Cisco Cisco Prime Network Services Controller Adaptor for DFA Leaflet

Page of 80
• Verify the port and vPC port channel status.
Step 1
Verify the RIB route.
Example:
leaf #
show ip route vrf vrf2 2.10.1.2/32
IP Route Table for VRF "vrf2"
'*' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'%<string>' in via output denotes VRF <string>
2.10.1.2/32, ubest/mbest: 1/0, attached
*via 2.10.1.2, Vlan2, [190/0], 2d17h, hmm
<<< Make sure to check for hmm route in RIB
router BGP 200
router-id 1.1.100.22
neighbor 1.1.100.11
remote-as 200
vrf vrf2
address-family ipv4 unicast
redistribute hmm route-map hmm-to-BGP
Step 2
Verify the route processor module (RPM).
Example:
leaf #
show run rpm
!Command: show running-config rpm
!Time: Fri Mar
7 23:04:31 2014
version 7.0(1)N1(1)
route-map allow-all permit 10
route-map hmm-to-BGP permit 10
Step 3
Verify that the Border Gateway Protocol (BGP) configuration exists.
Example:
leaf #
router BGP 200
router-id 1.1.100.22
neighbor 1.1.100.11
remote-as 200
vrf vrf10
address-family ipv4 unicast
redistribute hmm route-map hmm-to-BGP <<< Make sure to check
that the hmm routes are being
redistibuted
leaf #
show run rpm
!Command: show running-config rpm
!Time: Fri Mar
7 23:04:31 2014
version 7.0(1)N1(1)
route-map hmm-to-BGP permit 10 <<< Make sure to check for route-map exist
What to Do Next
Verify that the remote hosts route appears in both the RIB and the BGP RIB.
Verifying That the BGP Configuration is Enabled on the Remote Leaf
If the remote Border Gateway Protocol (BGP) routes do not appear in the BGP routing information base
(RIB), you can verify that the BGP configuration is properly enabled on the remote leaf.
Cisco Dynamic Fabric Automation Migration Guide    
   OL-31503-01
57
Troubleshooting the Migration
Verifying That the BGP Configuration is Enabled on the Remote Leaf