Users Guide

Table Of Contents
OSPFv2
ROUTER-OSPF 使 default-information originate [always]
OS10(config)# router ospf 10
OS10(config-router-ospf-10)# default-information originate always
OS10(config-router-ospf-10)# show configuration
!
router ospf 10
default-information originate always
ASBR
ROUTER-OSPF
summary-address ip-address/mask [not-advertise | tag tag-value]
OS10(config)# router ospf 100
OS10(config-router-ospf-100)# summary-address 10.0.0.0/8 not-advertise
OS10(config-router-ospf-100)# show configuration
!
router ospf 100
summary-address 10.0.0.0/8 not-advertise
OSPF OSPF OSPF
LSA
OS10 使 graceful-restart role helper-only ROUTER OSPF
OS10(config)# router ospf 10
OS10(conf-router-ospf-10)# graceful-restart role helper-only
使 no
OSPFv2
MD5 OSPF
INTERFACE
ip ospf authentication-key key
INTERFACE MD5
ip ospf message-digest-key keyid md5 key
602
3