User's Manual
446
Configuration examples for complicated internal router, ABR and ASBR
The following example shows how to configure multiple routers in a single OSPF autonomous system. Figure
4-2 shows the network topology of the configuration example:
Figure 4-2 Network topology of the configuration example
Configure the router according to Figure 4-2:
Router A:
interface loopback 0/0
ip address 202.96.207.81 255.255.255.0
!
interface Ethernet 1/0
ip address 192.168.10.81 255.255.255.0
!
interface ethernet 1/0
ip address 192.160.10.81 255.255.255.0
!
router ospf 192
network 192.168.10.0 255.255.255.0 area 1
network 192.160.10.0 255.255.255.0 area 0
!
Router B:
interface loopback 0/0
ip address 202.96.209.82 255.255.255.252
!
interface Ethernet 1/0
ip address 192.168.10.82 255.255.255.0
!
interface ethernet 1/1
ip address 192.160.20.82 255.255.255.0
!
router ospf 192
network 192.168.20.0 255.255.255.0 area 1
network 192.168.10.0 255.255.255.0 area 1
!