
371
RIP authentication only the first 16 characters will be used.
Command Mode:
Keychain-key mode
Usage Guide:
This command is for configure different passwords for keys with different
ID.
Example:
Switch# config terminal
Switch(config)# key chain mychain
Switch(config-keychain)# key 1
Switch(config-keychain-key)# key-string prime
13.4.3.22 maximum-prefix
Command: maximum-prefix
<maximum-prefix>
[
<threshold>
]
no
maximum-prefix
Function:
Configure the maximum number of RIP routes in the route table. The “
no
maximum-prefix
” command cancels the limit.
Parameter: <maximum-prefix>
the maximum number of RIP route, ranging between
1-65535; a warning is given when the number rate of current route exceeds
<threshold>
ranging between 1-100, default at 75
Command Mode:
router mode
Usage Guide:
The maximum RIP routes only limits the number of routes learnt through
RIP but not includes direct route or the RIP static route configured by the route command.
The base on which the comparison is performed is the number of route marked R in the
show ip route database, and also the number of RIP routes displayed in the show ip route
statistics command.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# maximum-prefix 150
13.4.3.23 neighbor
Command: neighbor <A.B.C.D>
no neighbor <A.B.C.D>
Function:
Specify the destination address requires targeted-peer sending. The “
no
neighbor <A.B.C.D>
“ command cancels the specified address and restores all gateways
to trustable.
Parameter: <A.B.C.D>
is the specified destination address for the sending, shown in
dotted decimal notation.
Default:
Not sending to any targeted-peer destination address.
Command Mode:
Router mode