-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
vlan 1 name DEFAULT-VLAN by port | ||
exit | ||
|
||
vlan 10 name user by port | ||
tagged ethernet 1/1/1 | ||
untagged ethernet 1/1/3 to 1/1/12 | ||
exit | ||
|
||
vlan 69 name mgmt by port | ||
tagged ethernet 1/1/1 | ||
untagged ethernet 1/1/2 ethernet 1/1/37 to 1/1/48 | ||
exit | ||
|
||
vlan 100 name prod by port | ||
tagged ethernet 1/1/1 | ||
tagged ethernet 1/1/25 to 1/1/27 | ||
exit | ||
|
||
interface ethernet 1/1/25 to 1/1/27 | ||
link-aggregate configure timeout short | ||
link-aggregate configure key 10001 | ||
link-aggregate passive | ||
exit | ||
|
||
hostname beelzebub | ||
ip address 192.168.69.15 255.255.255.0 | ||
no ip dhcp-client enable | ||
ip default-gateway 192.168.69.1 | ||
web-management enable vlan 69 |