Created
September 25, 2016 17:08
-
-
Save murac/9248430b0f1a4a8eb87062aeed0edd7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ProCurve Switch 2824# show ip route | |
| IP Route Entries | |
| Destination Gateway VLAN Type Sub-Type Metric Dist. | |
| ------------------ --------------- ---- --------- ---------- ---------- ----- | |
| 0.0.0.0/0 192.168.1.1 1 static 1 1 | |
| 127.0.0.0/8 reject static 0 250 | |
| 127.0.0.1/32 lo0 connected 0 0 | |
| 192.168.1.0/24 DEFAULT_VLAN 1 connected 0 0 | |
| 192.168.10.0/24 VL10_MGMT 10 connected 0 0 | |
| 192.168.20.0/24 VL20_VPN 20 connected 0 0 | |
| 192.168.30.0/24 VL30_CLRNET 30 connected 0 0 | |
| 192.168.40.0/24 VL40_GUEST 40 connected 0 0 | |
| ProCurve Switch 2824# show config | |
| ; J4903A Configuration Editor; Created on release #I.10.77 | |
| hostname "ProCurve Switch 2824" | |
| ip routing | |
| snmp-server community "public" Unrestricted | |
| vlan 1 | |
| name "DEFAULT_VLAN" | |
| untagged 21-24 | |
| ip address 192.168.1.99 255.255.255.0 | |
| no untagged 1-20 | |
| exit | |
| vlan 10 | |
| name "VL10_MGMT" | |
| untagged 1,16-20 | |
| ip address 192.168.10.1 255.255.255.0 | |
| ip helper-address 192.168.1.1 | |
| tagged 2-4 | |
| exit | |
| vlan 20 | |
| name "VL20_VPN" | |
| ip address 192.168.20.1 255.255.255.0 | |
| ip helper-address 192.168.1.1 | |
| tagged 1,5-10,16-20 | |
| exit | |
| vlan 30 | |
| name "VL30_CLRNET" | |
| ip address 192.168.30.1 255.255.255.0 | |
| ip helper-address 192.168.1.1 | |
| tagged 1,11-20 | |
| exit | |
| vlan 40 | |
| name "VL40_GUEST" | |
| ip address 192.168.40.1 255.255.255.0 | |
| ip helper-address 192.168.1.1 | |
| tagged 1,16-20 | |
| exit | |
| ip route 0.0.0.0 0.0.0.0 192.168.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment