
112
Switch(config-router)#overflow database 10000 soft
1.6.3.38 overflow database external
Command: overflow database external [<maxdbsize > <maxtime>]
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
1.6.3.39 passive-interface
Command: passive-interface <ifname>
[
<ip-address>
]
no passive-interface <ifname>
[
<ip-address>
]
Function:
Configure that the hello group not sent on specific interfaces. The “
no
passive-interface <ifname>
[
<ip-address>
]
“command cancels this function.
Parameter: <ifname>
is the specific name of interface.
<ip-address>
IP address of the interface in dotted decimal format.
Default:
Not configured.
Command Mode:
OSPF protocol mode.
Example:
Switch#config terminal
Switch(config)#router ospf
Switch(config-router)#passive-interface vlan1
1.6.3.40 redistribute
Command: redistribute {kernel |connected| static| rip| isis| bgp} [metric<value>]
[metric-type {1|2}][route-map<word>][tag<tag-value>]
no redistribute {kernel |connected| static| rip| isis| bgp} [metric<value>]
[metric-type {1|2}][route-map<word>][tag<tag-value>]