Specifications
Getting Started with HP ProCurve Switching and Routing
Module 3 – 74 Rev. 9.41
Lab — Configure routing on an HP ProCurve 540zl switch
You can perform the below mentioned steps to configure routing on an HP ProCurve
5406zl switch. Specifically, you will:
Enable IP routing
Configure a static route
Configure a default route
View the routing table
For this simulation, a serial connection has been established with the 5406zl switch,
and you are at the manager-level context.
1. Move to the global configuration context.
ProCurve Switch 5406zl# configure terminal
2. Enable routing on the switch.
ProCurve Switch 5406zl (config) # ip routing
3. View the routing table.
ProCurve Switch 5406zl (config) # show ip route
4. Create a static route to the 10.1.31.0/24 network with 10.1.10.10 as next hop in
the path to this network.
Syntax: ip route <destination network/network prefix> <next hop
id address>
ProCurve Switch 5406zl (config) # ip route 10.1.30.0/24
10.1.10.10
5. Create a default route and enter 10.1.1.10 as the next hop
ProCurve Switch 5406zl (config) # ip route 0.0.0.0/0 10.1.1.10
6. View the routing table again.
ProCurve Switch 5406zl (config) # show ip route
7. Test connectivity by sending a ping to 10.1.30.1, an IP address assigned to a
device in the remote network.
ProCurve Switch 5406zl (config) # ping 10.1.30.1
8. Save your configuration.
ProCurve Switch 5406zl (config) # write memory
For HP Internal Use Only