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

AVPN

Robin Heeraman
Level 1
Level 1
  • CER: 192.168.xxx.3
  • PER: 192.168.xxx.4
  • VLAN ID: 50
  • AT&T ASN: 13979
  • CUSTOMER ASN: 65103          
  • VPNID / NAME: 500554 /

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

2 Accepted Solutions

Accepted Solutions

Vinit Jain
Cisco Employee
Cisco Employee

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

Thanks
--Vinit

View solution in original post

You can have the router-id as your loopback IP or any physical interface IP.

Thanks
--Vinit

View solution in original post

3 Replies 3

Vinit Jain
Cisco Employee
Cisco Employee

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

Thanks
--Vinit

Thanks for the config. Is the router ****bgp router-id X.X.X.X *********my router ip that host this config ?

You can have the router-id as your loopback IP or any physical interface IP.

Thanks
--Vinit