A SERVICE OF

logo

RTM-ATCA-SXXX Overview
6806800H62B ATCAS201InstallationandUseGuide46
Convention: atca_blade set_network Y <VLANindex+> <enable>
<VLANindex> Use VLANindex 52+ to modify 1
st
VLAN definition
Use VLANindex 60+ to modify 2
nd
VLAN definition
Use VLANindex 68+ to modify 3
rd
VLAN definition
Increment index by 8 for each additional VLAN definition
<enable> 0|1
Value 0 disables the port, value 1 enables the port.
Other prompts Other prompts will follow.
Example #2: Remove vlan interfaces on XAUI port 4, ID 66
Disable the VLAN port (see notes above for explanation of <VLANindex>)
# atca_blade set_network Y <VLANindex> 0 +
# vconfig rem eth4.66
Permanently remove VLAN port from system flash memory. Edit file to remove 12
lines for VLAN entry
# vi /etc/network.conf
Example: remove these 12 lines:
# net interface 6
ifconfig eth4 up
if [ `grep eth4.66: /proc/net/dev -c` -ne 1 ]; then vconfig
add eth4 66 ; fi
HWADDR[6]=""
SYSCFG_IFACE[6]=y
INTERFACE[6]="eth4.66"
IPADDR[6]="5.5.5.5"
NETMASK[6]="255.255.255.0"
BROADCAST[6]="4.4.4.255"
GATEWAY[6]="0.0.0.0"
MTU[6]="1500"
IF_NAME[6]="VLAN Network Port 6"
4.7.1 Viewing active VLAN
Each VLAN is enumerated within the management web-tool and CLI tools. Open the
network page. Each VLAN appears as
Port Description [eth#].[vlan-id] Network Configuration
Example #2: list vlan interfaces on XAUI port 4, ID 66
# ifconfig eth4.66