What is the function of bfd(bi-directional forwarding detection) and how is it used on Cisco routers?
What is meant by bfd state of a port is down, and how can it be rectified?
If you have Three Routers
R1(192.168.1.1)-----------------(192.168.1.2)R2(192.168.2.1)--------------(192.168.2.2)R3
Connected in this sequence and there is a routing protocol of Eigrp running on all three routers advertising all links hence R1 can p...
On a huawei router
<R2-IB-UK-ETNE40E>dis bfd se all | in 3/0/5
--------------------------------------------------------------------------------
Local Remote PeerIpAddr State Type InterfaceName
--------------------------...
I have concluded on the issue, It should be an IOS problem because the route of 192.168.202.0/24 is in the vrf routing table 101:ACME(show ip route vrf 101:ACME) as a bgp learned route in R1.
06-16-2016
R1#show ip cef vrf 101:ACME
Prefix Next Hop Interface
0.0.0.0/0 no route
0.0.0.0/8 drop
0.0.0.0/32 receive
127.0.0.0/8 drop
172.16.101.0/24 attached ...
This is the output
R1#show ip route vrf 101:ACME
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.16.101.0/24 is directly connected, FastEthernet1/0
L 172.16.101.1/32 is directly connected, FastEthernet1/0
B 192.1...
I am still having problem with the ping
R1#ping vrf 101:ACME 192.168.202.1
What I did
I created Loopback 0 of 1.1.1.1 on R1,3.3.3.3 on R3 and advertised it under router ospf 1
Router 1
Router ospf 101 vrf 101:ACME
network 172.16.101.0 0.0.0.255 area ...