11-04-2024 01:07 AM
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
11-04-2024 01:20 AM
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
11-04-2024 01:26 AM
thank you but I need for IOS XR
11-04-2024 01:32 AM
Sorry what platform you have' there is no sw use ios xr.
MHM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide