05-03-2016 08:40 AM
I have 7 locations that will be converting from MPLS T1 line to ATT AVPN. I haveCisoc 2911 router with Gigabit port Ethernet port. Att send me the above configuration. Can some one show me how to put that configuration on the router gigabit port.
Thank you
Solved! Go to Solution.
05-04-2016 08:39 AM
Hello Robin
based on my understanding of the above configuration, CER is your interface IP. Your ASN is 65103 and AT&T is 13979. The VPNID is something that relevant to AT&T and not your network. Regarding the VLAN 50, I am not sure if you have a switch in middle or is it an access port on the other side of your link. You can try creating a sub-interface with dot1q tag of 50.
inter gix/x.50
encap dot 50
ip add 192.168.xxx.3 255.255.255.252
router bgp 65103
bgp router-id x.x.x.x
no bgp default ipv4-unicast
neighbor 192.168.xxx.4 remot 13979
address-family ipv4 unicast
neighbor 192.168.xxx.4 activate
You may use other attirbutes as well as per your requirement.
I dont think there should be any different configuration that might be required.
Regards
Vinit
05-11-2016 12:09 PM
You can have the router-id as your loopback IP or any physical interface IP.
05-04-2016 08:39 AM
Hello Robin
based on my understanding of the above configuration, CER is your interface IP. Your ASN is 65103 and AT&T is 13979. The VPNID is something that relevant to AT&T and not your network. Regarding the VLAN 50, I am not sure if you have a switch in middle or is it an access port on the other side of your link. You can try creating a sub-interface with dot1q tag of 50.
inter gix/x.50
encap dot 50
ip add 192.168.xxx.3 255.255.255.252
router bgp 65103
bgp router-id x.x.x.x
no bgp default ipv4-unicast
neighbor 192.168.xxx.4 remot 13979
address-family ipv4 unicast
neighbor 192.168.xxx.4 activate
You may use other attirbutes as well as per your requirement.
I dont think there should be any different configuration that might be required.
Regards
Vinit
05-09-2016 12:06 PM
Thanks for the config. Is the router ****bgp router-id X.X.X.X *********my router ip that host this config ?
05-11-2016 12:09 PM
You can have the router-id as your loopback IP or any physical interface IP.
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