Remove team DHCP pools from initial configs.

This commit is contained in:
Patrick Fairbank
2016-09-05 15:56:48 -07:00
parent 38aeb20e21
commit c82949d983

View File

@@ -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
@@ -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