09-04-2019 12:38 PM
Dear Guys,
We just received a new ASR920 and I try to create a sub interface but I can't.
After some research I find that we have to use a bridge domain.
For test purpose I connect my laptop to the router in peer to peer mode.
And I create bridge domain (see configuration below),I try to ping from my PC to the ASR920 but it doesn't work.
interface GigabitEthernet0/0/0 no ip address negotiation auto service instance 1 ethernet encapsulation dot1q 412 bridge-domain 412 ! interface BDI412 ip address 10.70.12.1 255.255.255.0 end !!!!!This is the show run of the router no aaa new-model ! ! ! ! ! ! redundancy ! ! ! ! ! transceiver type all monitoring ! ! ! ! ! ! ! ! ! ! ! ! ! interface GigabitEthernet0/0/0 no ip address negotiation auto service instance 1 ethernet encapsulation dot1q 410 bridge-domain 410 ! ! interface GigabitEthernet0/0/1 no ip address negotiation auto ! interface GigabitEthernet0/0/2 no ip address negotiation auto ! interface GigabitEthernet0/0/3 no ip address negotiation auto ! interface GigabitEthernet0/0/4 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/5 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/6 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/7 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/8 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/9 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/10 no ip address media-type auto-select negotiation auto ! interface GigabitEthernet0/0/11 no ip address media-type auto-select negotiation auto ! interface TenGigabitEthernet0/0/12 no ip address ! interface TenGigabitEthernet0/0/13 no ip address ! interface GigabitEthernet0 vrf forwarding Mgmt-intf no ip address negotiation auto ! interface BDI412 ip address 10.70.12.1 255.255.255.0 ! ip forward-protocol nd ! no ip http server no ip http secure-server ip tftp source-interface GigabitEthernet0 ! ! ! ! control-plane ! ! line con 0 exec-timeout 0 0 stopbits 1 line aux 0 stopbits 1 line vty 0 4 login !
Router#ping 10.70.12.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.70.12.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
!! 10.70.12.5 is my PC @ip
Router#ping 10.70.12.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.70.12.5, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Thank for your help
Solved! Go to Solution.
10-04-2019 02:48 AM
Hi guy,
The issue was on the switch side. I used a new switch and it works fine.
Thanks
09-04-2019 01:24 PM
Hi @mkouame17 ,
Maybe this discussion can give you some help:
https://community.cisco.com/t5/routing/asr-920-support-of-subinterfaces-with-vlans/td-p/2676329
Regards
09-05-2019 01:40 AM
I already see this topic and as you can see it is the same config I apply here also.
I try to do router in sitck with this router.
interface GigabitEthernet0/0/1 service instance 1 ethernet encapsulation dot1q 412 bridge-domain 412 ! service instance 2 ethernet encapsulation dot1q 413 bridge-domain 413 end interface BDI412 ip address 10.70.12.1 255.255.255.0 no sh exit ! interface BDI413 ip address 10.70.13.1 255.255.255.0 no sh exit
But it doesn't work. The interfaces are up but there is no connectivity.
10-04-2019 02:48 AM
Hi guy,
The issue was on the switch side. I used a new switch and it works fine.
Thanks
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