|
|
1 |
Login to the VLNC6x.
Result:
The User EXEC prompt [(ALU switching)>] displays.
|
2 |
From the User EXEC prompt, enter enable to enter the Privileged EXEC mode.
|
3 |
Configure network port (circuit pack) IP addresses. This command sets the IP address, the netmask and the gateway of the network port. The network port is an internal port used for in-band management access. The network port is accessible via any of the faceplate and/or backplane Ethernet ports. The IP Address and gateway must be on the same subnet.
From the Privileged EXEC mode, enter network parms <ipaddr> <netmask> [<gateway>], where:
-
ipaddr - IP Address of the network port. Range: IPv4 Address Range.
-
netmask - Subnet Mask of the Address. Range: 0-255.0-255.0-255.0-255.
-
gateway (optional) - IP Address of the Gateway. Range: IPv4 Address Range..
Example: (ALU Switching) # network parms 152.148.2.2 255.255.255.0.
Only one gateway may be defined for remote access, either on the network port or the serviceport. The serviceport (see serviceport ip command) and network port must be on different subnets.
|
4 |
Enable global IP routing. From the Privileged EXEC prompt, enter ip routing.
Example: (ALU Switching) # ip routing.
|
5 |
From the Privileged EXEC prompt, enter configure to enter the Global Config mode.
From the Global Config mode, enter interface <interface-number>, to enter the Interface Config Mode where “interface-number” is a number in the range of d{1-2}-{1-2} for the Ethernet port you are provisioning.
Example: (ALU Switching)(Config)# interface d1-1.
|
6 |
Enable routing on the Ethernet interface. From the Interface Config Mode, enter routing.
Example: (ALU Switching) (Interface d1-1) # routing.
|
7 |
Specify the IP address of the Ethernet interface.
From the Interface Config Mode, enter ip address <ip-address> <mask>, where:
Example: (ALU Switching) (Interface d1-1)# ip address 1.1.1.20 255.255.255.0
|
8 |
Enter exit to exit the Interface Config Mode.
|
9 |
Configure IP static routes.
From the Global Config mode, enter ip route <destination ip address> <mask> <nexthop ip address> where:
-
destination ip address - destination IP address of Hub/Remote
-
mask - subnet mask address of Hub/Remote
-
nexthop ip address - nexthop to Hub/Remote
Example: (ALU Switching)(Config)# ip route 152.148.1.1 255.255.255.0 1.1.1.10 .
End of steps |