Configuring RIP for routing protocol between PE and CPE on MPLS VPN cover three steps.
1. Configure RIP on CPE
2. Configure RIP on address-family level on MPLS PE
3. Redistribute RIP to BGP vice versa on MPLS PE
Configure RIP on CPE.
Cpe(config)#router rip
Cpe(config-router)#version 2
Cpe(config-router)#network 10.0.0.0
Configure RIP on MPLS PE.
Pe(config)#router rip
Pe(config-router)#version 2
Pe(config-router)#address-family ipv4 vrf NETWORKING-PARTNER
Pe(config-router-af)#network 10.0.0.0
Reditribute BGP into MP BGP so that routing from another PE can be sent to CPE.
Pe(config-router-af)#redistribute bgp 65000 metric 1
Redistributing RIP into MP BGP so that routing from CPE can be sent to another PE.
Pe(config)#router bgp 65000
Pe(config-router)#address-family ipv4 vrf NETWORKING-PARTNER
Pe(config-router-af)#redistributing rip
[3:30 PM
|
0
comments
]
0 comments
Post a Comment