Prev | Current Page 276 | Next

Yusuf Bhaiji

"Network Security Technologies and Solutions"


Example 6-11. Configuring Area-Based OSPF Authentication
hostname(config)# router ospf 1
! Enabling area-wide Simple (clear-text) authentication
hostname(config-router)# area 0 authentication
! Enabling area-wide MD5 authentication
hostname(config-router)# area 0 authentication message-digest
! Configure OSPF key on the interface
hostname(config-router)# interface inside
! Configuring Simple password authentication key
hostname(config-interface)# ospf authentication-key cisco
! Configuring MD5 authentication key
hostname(config-interface)# ospf message-digest-key 1 md5 cisco
Alternatively, authentication can be enabled specifically on a link basis (per-interface) and not areawide. This
means that both sides of the link on the connected devices must be configured similarly. Example 6-12 shows
how to configure interface-based OSPF authentication on the Security Appliance.
Example 6-12. Configuring Interface-Based OSPF Authentication
hostname(config-router)# interface inside
! Configuring Simple password authentication and key
hostname(config-interface)# ospf authentication
hostname(config-interface)# ospf authentication-key cisco
! Configuring MD5 authentication and key
hostname(config-interface)# ospf authentication message-digest
hostname(config-interface)# ospf message-digest-key 1 md5 cisco
Monitoring OSPF
Several useful show commands are available for displaying general information and other OSPF-related
information, such as neighbor adjacency status, interface parameters, virtual-link status, and border-routers.


Pages:
264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288