222 MES3000 Ethernet switch series
Commands of ip interface configuration mode
Type of request of command line:
console(config-ip)#
Table 5.273- Commands of ip interface configuration mode
Allows configuration of OSPF in the interface.
Forbids configuration of OSPF in the interface.
Enables routing via OSPF protocol in the interface.
Disables routing via OSPF protocol in the interface.
Assigns metrics of channel status which is conventional index of
"value" of data transfer via the channel.
Assigns priority of the router which is used for selection of DR and
BDR
A.B.C.D: zone ID in format
of IPv4 address
Assigns zone ID by default.
ospf authentication {text
text | md5 key_chain}
text: (1..8) digits
key-chain: (1..32) digits
-/disabled
Enables authentication in OSPF and defines its type:
- text – authentication in clear text;
- key-chain – name of set of keys created by command "key
chain".
ospf dead-interval interval
interval:
(1..2147483647)/40
Assigns time interval in seconds upon expiration of which the
neighbour will be considered as "dead". This interval shall be
multiple by value of hello-interval. Usually the dead-interval
equals to 4 intervals of sending hello-packages, i.e. 40 seconds.
ospf hello-interval interval
Assigns time interval in seconds upon expiry of which the router
sends next hello-package from interface.
ospf retransmit-interval
interval
Assigns and time interval in seconds upon expiry of which the
router resends package for which it hasn't received delivery
confirmation (e.g. Database Description package or Link State
Request packages) .
no ospf retransmit-interval
ospf transmit-delay delay
Assigns approximate time in seconds required for package of
channel status transfer.
Assigns value of MTU (maximum transmission unit) for IP
interface. If it is required to assign MTU over 1500 bytes then it is
necessary to allow support of "jumbo frame" by command:
port jumbo-frame.
Assigns default value.
MTU by default:
- at enabled "jumbo frame" - 10218;
- at disabled "jumbo frame" - 1500.
ospf passive-interface
{default |
gigabitethernet gi_port|
tengigabitethernet te_port}
gi_port: (1..8/0/1..24)
te_port:(1..8/0/1..4)
/disabled
Forbids IP interface to exchange protocol messages with
neighbours via specified physical interface.
When using default parameter the setting is applied to all physical
interfaces.
no ospf passive-interface
{default |
gigabitethernet gi_port |
tengigabitethernet te_port}
Allows IP interface to exchange with protocol messages with
neighbours.