Ip Defaults; Quick Steps For Configuring Ip Forwarding - Alcatel-Lucent OmniSwitch 9900 Series Network Configuration Manual

Omniswitch aos release 8
Table of Contents

Advertisement

Configuring IP

IP Defaults

The following table lists the defaults for IP configuration through the ip command.
Description
IP-Directed Broadcasts
Time-to-Live Value
IP interfaces
ARP filters

Quick Steps for Configuring IP Forwarding

Using only IP, which is always enabled on the OmniSwitch, devices connected to ports on the same
VLAN are able to communicate at Layer 2. The initial configuration for all OmniSwitch platforms
consists of a default VLAN 1. All switch ports are initially assigned to this VLAN. If additional VLANs
are not configured on the switch, the entire switch is treated as one large broadcast domain, and all ports
receive all traffic from all other ports.
Note. The operational status of a VLAN remains inactive until at least one active switch port is assigned to
the VLAN. If the ports are connected to an active network device, they are considered active. Non-active
port assignments are allowed, but do not change the operational state of the VLAN.
To forward packets to a different VLAN on a switch, create an IP interface on each VLAN. The following
steps provide a quick tutorial of how to enable IP forwarding between VLANs "from scratch". If active
VLANs have already been created on the switch, you only need to create IP interfaces on each VLAN
(Steps 5 and 6).
1
Create VLAN 10 with a description (for example, VLAN 10) using the
-> vlan 10 name "VLAN 10"
2
Create VLAN 20 with a description (for example, VLAN 20) using the vlan command. For example:
-> vlan 20 name "VLAN 20"
3
Assign an active port to VLAN 10 using the
following command assigns port 1 on slot 1 to VLAN 10:
-> vlan 10 members port 1/1 untagged
4
Assign an active port to VLAN 20 using the vlan members command. For example, the following
command assigns port 2 on slot 1 to VLAN 20:
-> vlan 20 members port 1/2 untagged
5
Create an IP interface on VLAN 10 using the
-> ip interface vlan-10 address 171.10.1.1 vlan 10
OmniSwitch AOS Release 8 Network Configuration Guide
Command
ip directed-broadcast
ip default-ttl
ip interface
arp filter
vlan members untagged
ip interface
December 2017
Default
disable
64 (hops)
VLAN 1 interface.
0
vlan
command. For example:
command. For example, the
command. For example:
IP Defaults
page 15-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents