User`s guide

Preparing the Device for Router Mode
Matrix DFE Series and N-SA User’s Guide 3-17
Example
Thisexampleshowshowto:
ConfigureMatrixDFESeriesmodule1,ortheNSAdevice,asaroutingmodule.
ConfigureVLAN1onIPaddress182.127.63.1255.255.255.0astheroutinginterfaceforthat
module.
Enabling Router Configuration Modes
TheMatrixDFE/NSASeriesCLIprovidesdifferentmodesofrouteroperationforissuinga
subsetofcommandsfromeachmode.Table 36describesthesemodesofoperation.
3. In router mode:
Enable router Privileged EXEC mode.
enable
4. In router Privileged EXEC mode:
Enable global router configuration mode.
configure terminal
5. In Global Configuration mode:
Enable interface configuration mode using the interface
of the routing module.
interface {vlan vlan-id | loopback
loopback-id
6. In Interface Configuration mode:
Assign an IP address to the routing interface.
ip address {ip-address ip-mask}
7. Enable the interface for IP routing. no shutdown
Procedure 3-1 Enabling the Switch for Routing (continued)
Step Task Command(s)
Matrix(rw)->set router 1
Matrix(rw)->router 1
Matrix>Router1>enable
Matrix>Router1#configure terminal
Enter configuration commands:
Matrix>Router1(config)#interface vlan 1
Matrix>Router1(config-if(Vlan 1))#ip address 182.127.63.1 255.255.255.0
Matrix>Router1(config-if(Vlan 1))#no shutdown
Table 3-6 Router Configuration Modes
Use this mode... To... Access method... Resulting Prompt...
Privileged EXEC
Mode
Set system operating
parameters
Show configuration
parameters
Save/copy
configurations
From the switch CLI:
1. Type router
module (using a
module number
configured for
routing).
2. Type enable.
Matrix>Router1>
Matrix>Router1#