R3166-R3206-HP High-End Firewalls Network Management Configuration Guide-6PW101
356
BGP Local router ID is 3.3.3.3
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Network NextHop MED LocPrf PrefVal Path/Ogn
i 8.1.1.0/24 3.1.1.2 0 100 0 65008i
NOTE:
From above outputs, you can find Router A has learned no route to AS65009, and Router B has learned
network 8.1.1.0 but the next hop 3.1.1.2 is unreachable, and thus the route is invalid.
4. Redistribute direct routes.
Configure BGP to redistribute direct routes on Firewall, so that Router A can obtain the route to 9.1.1.0/24
and Router B can obtain the route to 3.1.1.0/24.
# Configure Firewall.
[Firewall] bgp 65009
[Firewall-bgp] import-route direct
# Display the BGP routing table on Router A.
[RouterA] display bgp routing-table
Total Number of Routes: 4
BGP Local router ID is 1.1.1.1
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? – incomplete
Network NextHop MED LocPrf PrefVal Path/Ogn
*> 2.2.2.2/32 3.1.1.1 0 0 65009?
* 3.1.1.0/24 3.1.1.1 0 0 65009?
*> 8.1.1.0/24 0.0.0.0 0 0 i
*> 9.1.1.0/24 3.1.1.1 0 0 65009?
Two routes 2.2.2.2/32 and 9.1.1.0/24 have been added in Router A’s routing table.
# Display the BGP routing table on Router B.
[RouterB] display bgp routing-table
Total Number of Routes: 4
BGP Local router ID is 3.3.3.3
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete