VOLKTEK NSH-580 MANAGED 24-PORT 10/100 + 4 G COMBO L3 SWITCH
8.3.6 RIP
8.3.6.1 Router
RIP
The router rip command is necessary to enable RIP. To disable RIP, use the ‘no router
rip’ command. RIP must be enabled before carrying out any of the RIP commands.
CLI Syntax: router rip
Example:
Switch(config)#router rip
8.3.6.2 No Router RIP
Disable RIP.
CLI Syntax: no router rip
Example:
Switch(config)#no router rip
8.3.6.3 Version
RIP can be configured to process either Version 1 or Version 2 packets. The default
mode is Version 2.
CLI Syntax: version 1|2
Example:
Switch(config-router)#version 1
8.3.6.4 Network
Set the RIP-enable interfaces via network. Interfaces with addresses matching the
network’s are enabled.
CLI Syntax: network A.B.C.D/M
Example:
Switch(config-router)#network 35.0.0.0/8
8.3.7 OSPF
8.3.7.1 Router
OSPF
Enable or disable the OSPF process. OSPFD does not support multiple OSPF
processes, so the user cannot specify an OSPF process number.
CLI Syntax: router ospf
Example:
Switch(config)#router ospf
86