Dell 6024 F Switch User Manual


 
Configuring Routing 351
Configuring RIP Interfaces Using CLI Commands
The following table contains the CLI commands for configuring the RIP Global Parameters.
The following is an example of the CLI commands:
Console (config)# router rip enable
Console(config)# interface ip 100.1.1.1
Console(config-ip)# rip
Console(config-ip)# rip version 1
Console(config-ip)# rip passive interface
Console(config-ip)# rip auto-send
Console(config-ip)# rip offset 5
Console(config-ip)# rip default-route offset 5
Console(config-ip)# rip authorization text dell
Console(config-ip)# exit
Console(config)# exit
Table 8-7. RIP Configuration CLI Commands
CLI Command Description
rip Enables RIP on an interface.
rip version {1 | 2} Specifies an RIP version.
rip passive-interface Disables the sending of routing updates on
an interface.
rip auto-send Automatically detects if RIP information is
required to be sent on the interface.
rip offset
offset
Adds an offset to a metric learned via RIP
before adding it to the interface table.
rip default-route offset
offset
Generates a default route into RIP by
applying an offset value.
rip authentication {text
text | md5 name-of-
chain
}
Enables authentication for RIP Version 2
packets and specifies the authentication
type.
show ip rip Displays IP RIP information
show ip rip md5 Displays IP RIP MD5 information.