02-21-2011 06:10 PM
Hi everybody.
My company buyed ASR 9006, Cisco IOS XR IP/MPLS Core Software 3DES v3.9.2.
Now, I want to config VLAN & Trunnking 802.1q for Gigabit Ethernet interfaces.
Can everyone help?
Thanks.
02-21-2011 06:16 PM
02-21-2011 06:43 PM
Hi Roman.
Thanks for supporting.
The link that you posted. It guide to config VLAN Trunking. I tryed to config but only config VLAN Trunking on subinterface & can not config VLAN on interface of ASR 9006.
Can ASR 9006 support to creat VLAN on gigabit ethernet interfaces?
Thanks.
02-21-2011 08:09 PM
Are you trying to use ASR9006 like a switch with switchport command? ASR is a router and doesn't support Layer 3 SVI interfaces. There is no concept of a vlan access port in ASR9K.
You could potentially try something like this, but you can't tie it to a Layer 3 interface. One way to do it is to run a network cable from one port (part of bridge group) to another port on the same ASR9000 and make that second port Layer 3 with an IP address
interface GigabitEthernet0/0/0/1
l2transport
!
interface GigabitEthernet0/0/0/2
l2transport
!
interface GigabitEthernet0/0/0/3
l2transport
!
interface GigabitEthernet0/0/0/4
l2transport
!
interface GigabitEthernet0/0/0/5
l2transport
!
interface GigabitEthernet0/0/0/6
l2transport
!
l2vpn
bridge group 1
bridge-domain VLAN1
interface GigabitEthernet0/0/0/1
interface GigabitEthernet0/0/0/2
interface GigabitEthernet0/0/0/3
bridge group 2
bridge-domain VLAN2
interface GigabitEthernet0/0/0/4
interface GigabitEthernet0/0/0/5
interface GigabitEthernet0/0/0/6
02-24-2011 07:16 AM
Hi Roman.
Thank you for supporting.
The information you provided that helped me very much.
Thanks
06-07-2011 10:31 AM
Hi Roman:
I have an ASR9006 and one module XFP-10G-MM-SR is identified like Ten 0/0/0/0. this is coneccted to switch 3750 whith module X2-10GB-SR. I want to do 802.1q vlan subinterfaces on ASR9006 to receive several vlan from switch 3750.
I created the subinterface for example Ten 0/0/0/0.6, I assigned the encapsulation dot1q 6 command and then the IPv4 address.
exit and commit. with the command show interface Ten 0/0/0/0.6 the interface is administrative down also Ten 0/0/0/0.
I did "no shutdown" to the interface Ten 0/0/0/0, but it does not work, the led indicator near the module XFP-10G-MM-SR on Ten 0/0/0/0 get red and in this configuration file the interface dissapear.
I do RP/0/RSP0/CPU0:ios#sh run interface tenGige 0/0/0/0
Tue May 31 31:00:19.993 UTC
% No such configuration item(s)
The only way to make the interface appear is delete the subinterface then ingres to interface Ten 0/0/0/0 and shutdown.
Can you advice me ?
regard
Arturo
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