1和2已成功建立ibgp vpnv4邻居,由于是直连不存在路由黑洞的问题。现在1和2分别将直连路由(vrf)传递给对方,发现不在互联接口使能mpls enable,彼此是无法学习到本地通告的直连路由,请问vpnv4的邻居关系已经建立成功,为什么还需要使能mpls才可以传递路由?
1配置:
ip vpn-instance 1 route-distinguisher 3:3 vpn-target 1:1 import-extcommunity vpn-target 10:10 export-extcommunity
bgp 100 peer 2.2.2.2 as-number 100
peer 2.2.2.2 connect-interface LoopBack0
# address-family vpnv4 peer 2.2.2.2 enable #
ip vpn-instance 1 #
address-family ipv4 unicast
network 10.1.1.0 255.255.255.0
2配置:
ip vpn-instance 1 route-distinguisher 22:2 vpn-target 10:10 import-extcommunity vpn-target 1:1 export-extcommunity
bgp 100 peer 1.1.1.1 as-number 100
peer 1.1.1.1 connect-interface LoopBack0 #
address-family vpnv4 peer 1.1.1.1 enable #
ip vpn-instance 1 #
address-family ipv4 unicast
network 20.1.1.0 255.255.255.0 #
1路由表:
dis bgp routing-table vpnv4 BGP local router ID is 1.1.1.1 Status codes: * - valid, > - best, d - dampened, h - history, s - suppressed, S - stale, i - internal, e - external Origin: i - IGP, e - EGP, ? - incomplete Route distinguisher: 3:3(1) Total number of routes: 1
Network NextHop MED LocPrf PrefVal Path/Ogn * > 10.1.1.0/24 10.1.1.1 0 32768 i
2路由表(由于在1的互联接口上使能过mpls,所以2学习到了1发布的路由):
BGP local router ID is 2.2.2.2 Status codes: * - valid, > - best, d - dampened, h - history, s - suppressed, S - stale, i - internal, e - external Origin: i - IGP, e - EGP, ? - incomplete Total number of routes from all PEs: 1 Route distinguisher: 3:3 Total number of routes: 1 Network NextHop MED LocPrf PrefVal Path/Ogn * >i 10.1.1.0/24 1.1.1.1 0 100 0 i Route distinguisher: 22:2(1) Total number of routes: 2 Network NextHop MED LocPrf PrefVal Path/Ogn * >i 10.1.1.0/24 1.1.1.1 0 100 0 i * > 20.1.1.0/24 20.1.1.2 0 32768 i
(0)
最佳答案
在VPNv4邻居关系中,传递路由需要使用MPLS标签,因为VPNv4路由是基于MPLS VPN技术的。当两个VPNv4邻居建立连接后,它们需要互相传递标签信息,以便正确地转发路由。如果在互联接口上没有使能MPLS,那么这些标签信息就无法传递,从而导致无法学习到本地通告的直连路由。因此,在建立VPNv4邻居关系后,需要确保互联接口上已经使能了MPLS
(0)
MP-BGP是使能MPLS LDP用的,用于建立LSP隧道,MPLS是有二层标签的,你要先使用MPLS才能建立内层标签,然后LDP协议打上外层标签通过LSP隧道传递过去。
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论