476
Default:
Not configured
Parameter: < maxdbsize >
Max LSA numbers, ranging between
0~4294967294
soft
: Soft limit, warns when border exceeded
hard:
Hard limit, directly close ospf instance when border exceeded
If there is not soft or hard configured, the configuration is taken as hard limit
Command Mode:
interface mode
Example:
Switch#config terminal
Switch(config)#router ospf
Switch(config-router)#overflow database 10000 soft
14.6.3.36 overflow database external
Command: [no]overflow database external [<maxdbsize > <maxtime>]
Function:
The command is for configuring the size of external link database and the
waiting time before the route exits overflow state. The “
[no]overflow database external
[<maxdbsize > <maxtime>]
” restores the default value
Parameter: < maxdbsize >
size of external link database, ranging between
0~4294967294 , defaulted at 4294967294
< maxtime >
the seconds the router has to wait before exiting the database overflow,
ranging between 0~65535
Command Mode:
OSPF protocol mode
Example:
Switch#config terminal
Switch(config)#router ospf
Switch(config-router)#overflow database external 5 3
14.6.3.37 passive-interface
Command:
[
no
]
passive-interface<ifname>
Function:
Configure that the hello group not sent on specific interfaces. The “[
no
]
passive-interface<ifname>
“ command cancels this function
Parameter: <ifname>
is the specific name of interface
<ip-address>
IP address of the interface, shown in dotted decimal notation
Default:
Not configured
Command Mode:
OSPF protocol mode
Example:
Switch#config terminal
Switch(config)#router ospf
Switch(config-router)#passive-interface vlan1
14.6.3.38 redistribute
Command: [no]redistribute {kernel |connected| static| rip| isis| bgp} [metric<value>]