
49
Switch(Config-if-Vlan1)# ip rip send-packet
1.4.3.17 ip rip send version
Command: ip rip send version { 1 | 2 |
1-compatible | 1 2}
no ip rip send version
Function:
Set the version information of the RIP packets the interface receives. The default
version is 2; the “
no ip rip send version
” command restores the value set by using the version
command.
Parameter:
1 and 2 respectively stands for RIP version 1 and RIP version 2, 1 2 stands for the
RIP versions 1, 2.
Default:
Version 2
Command Mode:
Interface Mode
Example:
Switch# config terminal
Switch(config)# interface vlan 1
Switch(Config-if-Vlan1)# ip rip send version 1
1.4.3.18 ip rip split-horizon
Command: ip rip split-horizon [poisoned]
no ip rip split-horizon
Function:
Enable split horizon. The “
no ip rip split-horizon
” disables the split horizon.
Parameter: [poisoned]
means configure the split horizon with poison reverse.
Default:
Split Horizon with poison reverse by default
Command Mode: Interface Mode
Usage Guide:
The split horizon is for preventing the Routing Loops, namely preventing the layer
3 switches from broadcasting the routes which is learnt from the same interface on which the
route to be broadcasted.
Example:
Switch# config terminal
Switch(config)# interface vlan 1
Switch(Config-if-Vlan1)# ip rip split-horizon poisoned
1.4.3.19 key
Command: key <keyid>
no key <keyid>
Function:
This command is for managing and adding keys in the key chain. The “
no key
<keyid>
“ command deletes one key.
Parameter: <keyid>
is key ID, ranging between 0-2147483647.
Command Mode:
Keychain mode