cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5052
Views
0
Helpful
5
Replies

Creat VLAN & Trunking 802.1q on ASR 9006

trantienhung
Level 1
Level 1

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.

5 Replies 5

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.

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

Hi Roman.

Thank you for supporting.

The information you provided that helped me very much.

Thanks

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: