
Configuring gated
Configuring the OSPF Protocol
#Router A Configuration 
area 0.0.0.1 {
interface 193.2.1.35 cost 5 { priority 5 ;
enable ; hellointerval 5 ; routerdeadinterval 20 ;
retransmitinterval 10 ;
} ; } ;
};
The configuration for the internal router A is for a multicast interface. For an NBMA interface, you can set the configuration in /etc/gated.conf as follows:
#Router A Configuration 
area 0.0.0.1 {
interface 193.2.1.35 nonbroadcast cost 5 { routers {
193.2.1.33eligible ;
} ;
priority 5 ; enable ; hellointerval 5 ; routerdeadinterval 20 ; retransmitinterval 10 ; pollinterval 20 ;
} ; } ;
};
| NOTE | If you use IP multicasting in an area, every router and all the | 
| 
 | intermediate network devices in that area must support IP multicasting. | 
| 
 | 
 | 
B: Area Border Router
Set up /etc/gated.conf as follows:
OSPF yes { defaults {
cost 5 ;
| 84 | Chapter 3 |