220 MES3000 Ethernet switch series
Commands of ip interface configuration mode
Type of request of command line:
Table 5.270 - Commands of ip interface configuration mode
Enables routing process via RIP in this interface.
Disables routing process via RIP in this interface.
Sending updates is
disabled by default.
Disables updates sending in the interface.
no ip rip passive-interface
ip rip default-route
originate metric
metric: (1 .. 15)
The function is disabled by
default
Assigns metrics for router by default transmitted via RIP.
no ip rip default-route
originate
ip rip authentication mode
{ text | md5 }
Authentication is disabled
by default.
Enables authentication in RIP and defines its type:
- text – authentication in clear text;
- md5 – authentications MD5.
no ip rip authentication
mode
ip rip authentication key-
chain key_chain
key_chain: (1..32) digits
Defines set of keys which can be used for authentication.
no ip rip authentication
key-chain
ip rip authentication-key
clear_text
clear_text: (1..16) digits
Defines key for authentication by clear text.
no ip rip authentication-
key
ip rip distribute-list
acl_name
Assigns standard IP ACL for filtration of announced routes.
no ip rip distribute-list
Commands of privileged EXEC mode
Type of request of command line in privileged EXEC mode:
console#
Table 5.271- Commands of privileged EXEC mode
show ip rip
[database | statistics |
peers]
View information about RIP routing:
- database – information about RIP settings;
- statistics – statistic data;
- peers – information of network member.
Samples of commands use
Enable RIP for subnetwork 172.16.23.0 (IP address on switch 172.16.23.1) and MD5 authentication
via 'mykeys' set of keys:
сonsole#
сonsole# configure
сonsole(config)# router rip
сonsole(config-rip)# network 172.16.23.1
сonsole(config-rip)# interface ip 172.16.23.1
сonsole(config-if)# ip rip authentication mode md5
сonsole(config-if)# ip rip authentication key-chain mykeys