Command Reference Guide
SROS Command Line Interface Reference Guide Ethernet Interface Configuration Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 433
ETHERNET INTERFACE CONFIGURATION COMMAND SET
There are several types of Ethernet interfaces associated with the Secure Router OS:
• Basic Ethernet interfaces (e.g., eth 0/1)
• Ethernet sub-interfaces associated with a VLAN (e.g., eth 0/1.1)
• Ethernet switch (e.g., eth 0/1, 0/2)
To activate the basic Ethernet Interface Configuration, enter the interface ethernet command at the
Global Configuration Mode prompt. For example:
Router>
enable
Router#
configure terminal
Router(config)#
interface ethernet 0/1
Router(config-eth 0/1)#
To activate the Ethernet Sub-Interface Configuration, enter the interface ethernet command at the Global
Configuration Mode prompt. For example:
Router>
enable
Router#
configure terminal
Router(config)#
interface ethernet 0/1.1
Router(config-eth 0/1.1)#
To activate the Ethernet Switch Configuration, enter the interface range command at the Global
Configuration Mode prompt. For example:
Router>
enable
Router#
configure terminal
Router(config)#
interface range ethernet 0/1, 0/2
Router(config-eth 0/1, 0/2)#