Command Line Interface
1553-CNH 160 0787 Uen PA2 2005-09-23
135
more information about how to upload SW files please refer to the ECN330
Installation Guide or the ECN320 Installation Guide.
Example
ecn330(config system)# install software
11.6.10.6 interface
Use this command to configure or change the IP and VLAN properties of
the ECN interfaces.
Command level: ecn330(config system)#.
Syntax
interface {external|internal|untagged} vlan <VLAN_ID>
ip <IP_address> netmask <Subnet_mask>
interface default-gateway <IP_address>
interface activate
Arguments:
• external – The interface that is seen from the network. This is
the only interface (host) that is seen from PEM.
• internal – The interface that is seen by the embedded nodes. It
is not seen by PEM or the rest of the network.
• untagged – The interface that is used by the embedded nodes to
send untagged DHCP request (if the tagged request is unan-
swered). It is not seen by PEM or the rest of the network.
• vlan <VLAN_ID> – The ID of the VLAN that should be used for
the interface. The range is integer between 1 and 4092.
• ip <IP_address> – The IP Address that should be used for the
stated interface.
• netmask <Subnet_mask> – The subnet mask that should be
used for the stated interface.
• default-gateway <IP_address> – The IP address of the de-
fault gateway for the ECN.
• activate – Activates the previously executed interface com-
mands and saves the configurations.