Configuration Guide for A7000 dl T1 and E1 WAN Interfaces 2005-12

Configuring Ethernet Interfaces Understanding SROS Queuing Methods
4 5991-3823
Configuring Ethernet Interfaces
Ethernet interface configuration can range from assigning an IP address and activating the interface to
activating the DHCP client to poll the network DHCP server to gain an IP address. Standard Ethernet
configurations generally contain an IP address, a speed, and a duplex setting. By default, all Secure Router
Ethernet interfaces are configured to auto-detect the speed (as 10 or 100 Mbps) and are set to full-duplex.
For most cases, these settings should suffice and will not be changed from the default state.
The following example commands configure an IP address of (10.10.0.7/24) and activates the interface for
the eth 0/1 interface:
ProCurve>enable
ProCurve#config terminal
ProCurve(config)#interface eth 0/1
ProCurve(config-eth 0/1)#ip address 10.10.0.7 255.255.255.0
ProCurve(config-eth 0/1)#no shutdown
ProCurve(config-eth 0/1)#exit
ProCurve(config)#
The following example configures an IP address of (10.10.0.7/24) and activates the interface for the
eth 0/1 interface using the Web GUI: