From c82949d983c7c98c0f035c7837fc60d961f87900 Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Mon, 5 Sep 2016 15:56:48 -0700 Subject: [PATCH] Remove team DHCP pools from initial configs. --- switch_config.txt | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/switch_config.txt b/switch_config.txt index 92c6537..950bdb0 100644 --- a/switch_config.txt +++ b/switch_config.txt @@ -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