mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Improved network configs.
This commit is contained in:
@@ -80,7 +80,7 @@ dot11 ssid Cheesy Arena
|
||||
authentication open
|
||||
authentication key-management wpa version 2
|
||||
guest-mode
|
||||
wpa-psk ascii 7 030D5704100A22435C071D0A1001
|
||||
wpa-psk ascii 7 144640585822233D21
|
||||
!
|
||||
crypto pki token default removal timeout 0
|
||||
!
|
||||
@@ -154,6 +154,7 @@ interface Dot11Radio1
|
||||
antenna gain 0
|
||||
dfs band 3 block
|
||||
mbssid
|
||||
channel width 40-above
|
||||
channel dfs
|
||||
station-role root
|
||||
no dot11 extension aironet
|
||||
@@ -242,6 +243,7 @@ interface GigabitEthernet0.2
|
||||
!
|
||||
interface GigabitEthernet0.11
|
||||
encapsulation dot1Q 11
|
||||
ip access-group 100 in
|
||||
no ip route-cache
|
||||
bridge-group 11
|
||||
bridge-group 11 spanning-disabled
|
||||
@@ -249,6 +251,7 @@ interface GigabitEthernet0.11
|
||||
!
|
||||
interface GigabitEthernet0.12
|
||||
encapsulation dot1Q 12
|
||||
ip access-group 100 in
|
||||
no ip route-cache
|
||||
bridge-group 12
|
||||
bridge-group 12 spanning-disabled
|
||||
@@ -256,6 +259,7 @@ interface GigabitEthernet0.12
|
||||
!
|
||||
interface GigabitEthernet0.13
|
||||
encapsulation dot1Q 13
|
||||
ip access-group 100 in
|
||||
no ip route-cache
|
||||
bridge-group 13
|
||||
bridge-group 13 spanning-disabled
|
||||
@@ -263,6 +267,7 @@ interface GigabitEthernet0.13
|
||||
!
|
||||
interface GigabitEthernet0.14
|
||||
encapsulation dot1Q 14
|
||||
ip access-group 100 in
|
||||
no ip route-cache
|
||||
bridge-group 14
|
||||
bridge-group 14 spanning-disabled
|
||||
@@ -270,6 +275,7 @@ interface GigabitEthernet0.14
|
||||
!
|
||||
interface GigabitEthernet0.15
|
||||
encapsulation dot1Q 15
|
||||
ip access-group 100 in
|
||||
no ip route-cache
|
||||
bridge-group 15
|
||||
bridge-group 15 spanning-disabled
|
||||
@@ -277,6 +283,7 @@ interface GigabitEthernet0.15
|
||||
!
|
||||
interface GigabitEthernet0.16
|
||||
encapsulation dot1Q 16
|
||||
ip access-group 100 in
|
||||
no ip route-cache
|
||||
bridge-group 16
|
||||
bridge-group 16 spanning-disabled
|
||||
@@ -291,6 +298,8 @@ ip http server
|
||||
ip http authentication aaa
|
||||
no ip http secure-server
|
||||
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
|
||||
access-list 100 deny udp any any eq 1120
|
||||
access-list 100 allow ip any any
|
||||
!
|
||||
bridge 1 route ip
|
||||
!
|
||||
|
||||
@@ -13,6 +13,7 @@ enable secret 5 $1$kKSW$fCMwnMdYvXui1TulfyYHN/
|
||||
!
|
||||
ip subnet-zero
|
||||
ip routing
|
||||
ip dhcp excluded-address 10.0.100.1 10.0.100.100
|
||||
!
|
||||
ip dhcp pool dhcppool
|
||||
network 10.0.100.0 255.255.255.0
|
||||
@@ -129,6 +130,7 @@ interface GigabitEthernet0/1
|
||||
switchport mode trunk
|
||||
!
|
||||
interface GigabitEthernet0/2
|
||||
switchport access vlan 2
|
||||
switchport mode access
|
||||
!
|
||||
interface Vlan1
|
||||
|
||||
Reference in New Issue
Block a user