Examples
The following example adds an IP address to the routing table, specifying the netmask in CIDR format
and disallowing OSPF overrides:
WLC.siemens.com
:ip# route 1.1.2.1/24 10.7.0.3 nofloat
The following example adds an IP address to the routing table, specifying the netmask as an IP address
and allowing OSPF overrides:
WLC.siemens.com
:ip# route 1.1.2.1 255.255.255.0 10.7.0.3 float
The following example configures the default route:
WLC.siemens.com
:ip# route default 10.7.0.3
The following example removes an IP address from the routing table:
WLC.siemens.com
:ip# no route 1.1.2.1
The following example removes the default route from the routing table:
WLC.siemens.com
:ip# no route default
The following example removes an IP address from the routing table by its index number:
WLC.siemens.com
:ip# no route 12
ospf
The
ospf
command is associated with the context ip:ospf, which contains commands to configure
global settings for the Open Shortest Path First (OSPF) protocol on a network.
The following commands are available in the ip:ospf context.
•
•
•
on page 163
•
•
on page 164 — See for commands in the ip:ospf:ospfinterface context. If ospfinterface
does not appear in the ip:ospf context command list, use the
status
command to enable OSPF.
area
Use the
area
command to define the area identification of the OSPF interface.
area area_id
ip Commands
ospf
SCALANCE WLC711 CLI Reference Guide
162
Содержание scalance WLC711
Страница 1: ...SCALANCE WLC711 CLI Reference Guide Release V9 21 14 C79000 G8976 C261 07 Published July 2015 ...
Страница 21: ...dns 2 192 1 2 3 dns 3 192 1 3 3 Common Commands show SCALANCE WLC711 CLI Reference Guide 21 ...
Страница 376: ...Example topology Commands vlanid SCALANCE WLC711 CLI Reference Guide 376 ...