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

ASR 903 as a switch

Hello. I'm new to ASR 903 hardware. Please, could someone explain and give simple example on how to make some interfeces act as a switchport access and some as trunk?

I need to connect two other routers through AS903, using port-channel.

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

You need to create sub-interfaces and use dot.1q.  Here is an example:

RP/0/RSP0/CPU0:router# show run | begin GigabitEthernet0/5/0/0
Mon Sep 21 11:15:42.654 EDT
Building configuration...
interface GigabitEthernet0/5/0/0
shutdown
!
interface GigabitEthernet0/5/0/0.0
encapsulation dot1q 100
!
interface GigabitEthernet0/5/0/1
 
here is the link:
http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r4-2/interfaces/configuration/guide/hc42asr9kbook/hc42ethi.pdf
HTH

Are ASR 903 and ASK 9K similar in concept? Reading given PDF, which is from ASR 9K documentation did not elighten me, there is no commands, used in this manual, on 903 router.

Your exapmle is about creating routed subinterface from trunk connection, to terminate 802.1q VLAN. I need different thing. I need for several ports on ASR 903 line cards to act as a SWITCH.

Here is what i've found https://supportforums.cisco.com/document/85231/understanding-ethernet-virtual-circuits-evc

With exception that instead of Vlan interface, i should use BDI interface and there shouldn't be tagged traffic in the corresponding bridge-domain.