10-21-2015 05:58 AM - edited 03-01-2019 02:56 PM
Hi community.
please i need the command similar in IOS to IOS XE for ASR903
in IOS
1)
vlan 1
name test
vlan 2
name test2
!
2)
interface FastEthernet0/3/1
switchport mode trunk
switchport trunk allowed vlan add vlan1, vlan2, vlan3
3)
interface FastEthernet0/3/2
switchport access vlan 1
4)
what is the command """for IOS-XE in ASR903"""?
regards.
atte
Héctor
Solved! Go to Solution.
10-26-2015 12:16 PM
Hello Hector
Yes, EVC's is how bridge-domain is used. but remember, this is not same as having trunk port. though you can create multiple EVC's for different vlans and bridge-domains, but each EVC will support for one single bridge-domain.
Please let me know if you have any questions.
Regards,
Vinit
PS: Please mark the question as answered or rate the posts if you found the response useful.
10-25-2015 07:21 PM
Hello Hector
Vlan configuration is not supported on ASR903. In order to use the vlans, you will have to create bridge-domains on ASR903. Below is a CCO documentation for the same.
http://www.cisco.com/c/en/us/td/docs/routers/asr1000/configuration/guide/chassis/asrswcfg/bdi.html
Another thing that I want to point out is, IOS and IOS XE are not different in configuration. IOS XE is nothing but IOS running on top of Linux Kernel.
The configuration that you are trying to apply above is applicable for a switch but ASR903 is a switch. So this configuration will not be applicable.
Hope this helps.
Regards
Vinit
10-26-2015 12:03 PM
Hi community.
the answer is the following:
1)
in IOS
----------
vlan 10
vlan 20
!
!
interface vlan 10
ip add 10.10.10.1 255.255.255.0
!
!
interface GigabitEthernet7
switchport trunk allowed vlan 10,20
switchport mode trunk
2)
IOS XE
----------------
interface GigabitEthernet7
service instance 10 ethernet -----> the instance id "number optional"
encapsulation dot1q 10
bridge-domain 10
!
service instance 20 ethernet -----> the instance id "number optional"
encapsulation dot1q 20
rewrite ingress tag pop 1 symmetric
!
interface BDI 10
ip address 10.10.10.1 255.255.255.0
encapsulation dot1Q 10
10-26-2015 12:16 PM
Hello Hector
Yes, EVC's is how bridge-domain is used. but remember, this is not same as having trunk port. though you can create multiple EVC's for different vlans and bridge-domains, but each EVC will support for one single bridge-domain.
Please let me know if you have any questions.
Regards,
Vinit
PS: Please mark the question as answered or rate the posts if you found the response useful.
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