cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
259
Views
0
Helpful
3
Replies

Migrating trunk interface from IOS to IOS XR trunk

Alex17539
Level 1
Level 1

Hello,

I'm migrating configurations from IOS to IOSXR and I'm here to ask you how would you translate to IOS XR the configuration below:

interface TenGigabitEthernet6/2

 switchport

 switchport trunk encapsulation dot1q

 switchport trunk allowed vlan 69,101,103,111,116,119,124,125,128,129,153,179

 switchport trunk allowed vlan add 201,211,215,240,267,304,311,323,333,389,400

 switchport trunk allowed vlan add 429,611,804,927,930-932,945,947

 switchport mode trunk

 

Thank you

3 Replies 3

below for IOS XE

switchport trunk encapsulation dot1q <<- no need anymore

 switchport mode trunk <<- add it UP here 

 switchport trunk allowed vlan 69,101,103,111,116,119,124,125,128,129,153,179

 switchport trunk allowed vlan add 201,211,215,240,267,304,311,323,333,389,400

 switchport trunk allowed vlan add 429,611,804,927,930-932,945,947

 switchport mode trunk

thank you but I need for IOS XR

Sorry what platform you have' there is no sw use ios xr.

MHM