
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
Command
Value/Default value
Action
ip rip shutdown
Enables routing process via RIP in this interface.
no ip rip shutdown
Disables routing process via RIP in this interface.
ip rip passive-interface
Sending updates is
disabled by default.
Disables updates sending in the interface.
no ip rip passive-interface
Assigns default value.
ip rip offset
offset
offset: (1 .. 15)/1
Adds offset to metrics.
no ip rip offset
Assigns default value.
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
Assigns default value.
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
Assigns default value.
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
Assigns default value.
ip rip authentication-key
clear_text
clear_text: (1..16) digits
Defines key for authentication by clear text.
no ip rip authentication-
key
Assigns default value.
ip rip distribute-list
acl_name
acl_name: (1..32) digits
Assigns standard IP ACL for filtration of announced routes.
no ip rip distribute-list
Assigns default value.
Commands of privileged EXEC mode
Type of request of command line in privileged EXEC mode:
console#
Table 5.271- Commands of privileged EXEC mode
Command
Value
Action
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