F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100
367
[RouterB-ospf-1-area-0.0.0.0] network 10.6.1.0 0.0.0.255
[RouterB-ospf-1-area-0.0.0.0] quit
# Configure Firewall.
<Firewall> system-view
[Firewall] ospf
[Firewall-ospf-1] area 0
[Firewall-ospf-1-area-0.0.0.0] network 10.1.1.0 0.0.0.255
[Firewall-ospf-1-area-0.0.0.0] network 10.2.1.0 0.0.0.255
[Firewall-ospf-1-area-0.0.0.0] quit
[Firewall-ospf-1] quit
3. Configure basic RIP:
# Configure Firewall.
[Firewall] rip 1
[Firewall-rip-1] network 11.3.1.0
[Firewall-rip-1] version 2
[Firewall-rip-1] undo summary
# Configure Router C.
<RouterC> system-view
[RouterC] rip 1
[RouterC-rip-1] network 11.0.0.0
[RouterC-rip-1] version 2
[RouterC-rip-1] undo summary
[RouterC-rip-1] quit
# Configure RIP to redistribute the routes from OSPF process 1 and direct routes on Firewall.
[Firewall-rip-1] import-route direct
[Firewall-rip-1] import-route ospf 1
[Firewall-rip-1] quit
# Display the IP routing table on Router C.
[RouterC] display ip routing-table
Routing Tables: Public
Destinations : 10 Routes : 10
Destination/Mask Proto Pre Cost NextHop Interface
10.1.1.0/24 RIP 100 1 11.3.1.1 GE0/1
10.2.1.0/24 RIP 100 1 11.3.1.1 GE0/1
10.5.1.0/24 RIP 100 1 11.3.1.1 GE0/1
10.6.1.0/24 RIP 100 1 11.3.1.1 GE0/1
11.3.1.0/24 Direct 0 0 11.3.1.2 GE0/1
11.3.1.2/32 Direct 0 0 127.0.0.1 InLoop0
11.4.1.0/24 Direct 0 0 11.4.1.2 GE0/2
11.4.1.2/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
4. Configure route summarization:
# Configure route summarization on Firewall to advertise a single route 10.0.0.0/8:
[Firewall] interface gigabitethernet 0/2