Last active
September 30, 2016 02:42
-
-
Save murac/424a009e61cd31cc83a2f83136ac72f9 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
| Startup configuration: | |
| ; 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 7,9,23-24 | |
| ip address 192.168.1.99 255.255.255.0 | |
| no untagged 1-6,8,10-22 | |
| exit | |
| vlan 10 | |
| name "VL10_MGMT" | |
| untagged 1-5 | |
| ip address 192.168.10.1 255.255.255.0 | |
| exit | |
| vlan 20 | |
| name "VL20_VPN" | |
| untagged 6,8,10-12 | |
| ip address 192.168.20.1 255.255.255.0 | |
| exit | |
| vlan 30 | |
| name "VL30_CLRNET" | |
| untagged 13-19 | |
| ip address 192.168.30.1 255.255.255.0 | |
| ip helper-address 192.168.10.1 | |
| exit | |
| vlan 40 | |
| name "VL40_GUEST" | |
| untagged 20-22 | |
| ip address 192.168.40.1 255.255.255.0 | |
| 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