Below, I setup MPLS up from the ISP perspective. It was a learning experience for me, and Im glad I was able to learn from this guy. Also, I put BGP in this config. Also, this is just one side of the core of the ISP network. I did not add in the other side in the below config. This was an additional backbone core to a lab setup.
vlan 32 name to-MAIN-MLXe
tagged ethe 1/1 to 1/2
router-interface ve 32
interface ve 32
ip ospf area 0
ip address 192.168.253.9/30
interface loopback 1
ip ospf area 0
ip address 192.168.252.3/32
router bgp
local-as 65024
next-hop-mpls
neighbor 192.168.252.1 remote-as 65024
neighbor 192.168.252.1 next-hop-self
neighbor 192.168.252.1 update-source loopback 1
neighbor 192.168.252.1 soft-reconfiguration inbound
address-family vpnv4 unicast
neighbor 192.168.252.1 activate
neighbor 192.168.252.1 send-community both
router mpls
mpls-interface ve32
lsp to-MAIN-MLX
to 192.168.252.1
enable
No comments:
Post a Comment
Your comment will be reviewed for approval. Thank you for submitting your comments.