Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
IP Commands
page 32-4
OmniSwitch CLI Reference Guide
September 2009
ip interface
Configures an IP interface to enable IP routing on a VLAN. Without an IP interface, traffic is bridged 
within the VLAN or across connections to the same VLAN on other switches. 
ip interface name [address ip_address] [mask subnet_mask] [admin [enable | disable]] [vlan vid
[forward | no forward] [local-proxy-arp | no local-proxy-arp] [e2 | snap] [primary | no primary] 
no ip interface name
Syntax Definitions
name
Text string up to 20 characters. Use quotes around string if description 
contains multiple words with spaces between them (e.g. “Alcatel-Lucent 
Marketing”). Note that this value is case sensitive.
ip_address
An IP host address (e.g. 10.0.0.1, 171.15.0.20) to specify the IP router 
network.
subnet_mask
A valid IP address mask (e.g., 255.0.0.0, 255.255.0.0) to identify the IP 
subnet for the interface.
enable
Enables the administrative status for the IP interface.
disable
Disables the administrative status for the IP interface.
vid
An existing VLAN ID number (1–4094).
forward
Enables forwarding of IP frames to other subnets.
no forward
Disables forwarding of IP frames. The router interface still receives 
frames from other hosts on the same subnet.
local-proxy-arp
Enables Local Proxy ARP on the specified interface.
no local-proxy-arp
Disables Local Proxy ARP on the specified interface. 
e2
Enter e2 or ethernet2 to specify Ethernet-II encapsulation.
snap
SNAP encapsulation.
primary
Designates the specified IP interface as the primary interface for the 
VLAN.
no primary
Removes the configured primary IP interface designation for the VLAN. 
The first interface bound to the VLAN becomes the primary by default.