Network Router User's Manual

First-Time Quick Configuration
Matrix X16-C Chassis Installation Guide 3-47
First-Time Quick Configuration
Thissectiondescribestheminimalconfigurationrequiredtofacilitatefirsttimecommunications
withtheMatrixX16C.Considerthefollowing:
•DecidewhetheryouwillconfiguretheMatrixX16Cforswitching(bridging)orrouting:
•Ifrouting,assignanIPaddresstointerfaceeth0formanagementaccess.Referto
AssigninganIP
Addresstoeth0onpage 347.
•Ifswitching,configuretheDynamicHostConfigurationProtocol(DHCP)fornetworkIP
addressassignment.RefertoConfiguringDHCPonpage 347.
•EnabletheNetworkTimeProtocol(NTP)toconfigureproperchassisclocking.Referto
EnablingNTPonpage 348.
•Designateaname,location,and
contactfortheMatrixX16C.RefertoNamingtheMatrix
X16Conpage 348.
FormoredetailedinformationaboutconfiguringtheMatrixX16C,refertotheMatrixXRouter
ConfigurationGuide,whichisavailableonlineat:
http://www.enterasys.com/support/manuals
Assigning an IP Address to eth0
ToassignanIPaddresstotheMatrixX16C’smanagementinterface(eth0),enterthefollowing
commandsattheCLIprompt:
1. matrix-x(switch-su) router
2. matrix-x(router-exec)# configure terminal
3. matrix-x(router-config) interface eth0
4. matrix-x(router-config-if-eth0) ip address {ip_address}(ip-mask)
5. matrix-x(router-config-if-eth0) no shutdown
6. matrix-x(router-config-if-eth0) exit
Configuring DHCP
TosetuptheMatrixX16CasaDHCPclientonyournetwork,enterthefollowingcommandsat
theCLIprompt.Thisexampleincludesmanuallyconfiguringadefaultgateway.
1. matrix-x(switch-su) router
2. matrix-x(router-exec)# configure terminal
3. matrix-x(router-config) ip route 0.0.0.0 {ip-address}
4. matrix-x(router-config) interface {port_type.slot.port}
5. matrix-x(router-config-if-xx.x.x) ip address dhcp
6. matrix-x(router-config-if-xx.x.x) exit
Note: Be aware that a statically or DHCP-assigned IP address is accessible from within that subnet
by a host directly connected to the interface (via a switch) but if you need to connect to the console
from a host on a different subnet, you must configure a static route to that host. Refer to the Matrix X
Router Command Line Interface Reference Guide for more information.