Skip to content

Commit

Permalink
Remove team DHCP pools from initial configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Sep 5, 2016
1 parent 38aeb20 commit c82949d
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions switch_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ 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 excluded-address 10.0.1.1 10.0.1.100
ip dhcp excluded-address 10.0.2.1 10.0.2.100
ip dhcp excluded-address 10.0.3.1 10.0.3.100
ip dhcp excluded-address 10.0.4.1 10.0.4.100
ip dhcp excluded-address 10.0.5.1 10.0.5.100
ip dhcp excluded-address 10.0.6.1 10.0.6.100
!
ip dhcp pool dhcppool
network 10.0.100.0 255.255.255.0
Expand All @@ -28,36 +22,6 @@ ip dhcp pool dhcppool
dns-server 8.8.8.8 8.8.4.4
lease 7
!
ip dhcp pool dhcp11
network 10.0.1.0 255.255.255.0
default-router 10.0.1.61
lease 7
!
ip dhcp pool dhcp12
network 10.0.2.0 255.255.255.0
default-router 10.0.2.61
lease 7
!
ip dhcp pool dhcp13
network 10.0.3.0 255.255.255.0
default-router 10.0.3.61
lease 7
!
ip dhcp pool dhcp14
network 10.0.4.0 255.255.255.0
default-router 10.0.4.61
lease 7
!
ip dhcp pool dhcp15
network 10.0.5.0 255.255.255.0
default-router 10.0.5.61
lease 7
!
ip dhcp pool dhcp16
network 10.0.6.0 255.255.255.0
default-router 10.0.6.61
lease 7
!
!
spanning-tree mode pvst
spanning-tree portfast default
Expand Down

0 comments on commit c82949d

Please sign in to comment.