
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
Command
Value/Default value
Action
ospf
-/disabled
Allows configuration of OSPF in the interface.
no ospf
Forbids configuration of OSPF in the interface.
ospf enable
-/enabled
Enables routing via OSPF protocol in the interface.
no ospf enable
Disables routing via OSPF protocol in the interface.
ospf cost cost
cost: (1..65535)/10
Assigns metrics of channel status which is conventional index of
"value" of data transfer via the channel.
no ospf cost
Assigns default value.
ospf priority priority
priority: (0..255)/1
Assigns priority of the router which is used for selection of DR and
BDR
no ospf priority
Assigns default value.
ospf area A.B.C.D
A.B.C.D: zone ID in format
of IPv4 address
Assigns zone ID by default.
no ospf area
Assigns default value.
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".
no ospf authentication
Assigns default value.
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.
no ospf dead-interval
Assigns default value.
ospf hello-interval interval
interval: (1..65535)/10
Assigns time interval in seconds upon expiry of which the router
sends next hello-package from interface.
no ospf hello-interval
Assigns default value.
ospf retransmit-interval
interval
interval: (1..3600)/5
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
Assigns default value.
ospf transmit-delay
delay
delay: (1..3600)/1
Assigns approximate time in seconds required for package of
channel status transfer.
no ospf transmit-delay
Assigns default value.
ospf mtu
mtu
mtu: (128..10218)
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.
no ospf mtu
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.