Skip to content

Instantly share code, notes, and snippets.

@EasyG0ing1
Last active May 11, 2022 08:13
Show Gist options
  • Save EasyG0ing1/62e15df9eb6e79570cc44f9db8c9748f to your computer and use it in GitHub Desktop.
Save EasyG0ing1/62e15df9eb6e79570cc44f9db8c9748f to your computer and use it in GitHub Desktop.
VLAN Routing Issues
! 24.x.x.x *represents* an ISP assigned public ip address
Current configuration : 15601 bytes
! Last configuration change at 04:18:11 PST Mon Nov 13 2017 by admin
! NVRAM config last updated at 18:01:15 PST Sun Nov 12 2017 by admin
version 15.1
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime show-timezone year
service password-encryption
service sequence-numbers
hostname ROUTER
boot-start-marker
boot-end-marker
logging count
logging message-counter debug
logging userinfo
logging buffered 4096 warnings
logging reload warnings
logging persistent immediate notify
logging rate-limit all 10000
logging cns-events warnings
enable secret 5 <Deleted>
enable password 7 <Deleted>
aaa new-model
aaa authentication login default local
aaa authentication login pptp-auth local
aaa authentication login ipsec-uauth local
aaa authentication login l2tp_auth local
aaa authentication ppp pptp-auth local
aaa authorization network pptp-auth local
aaa authorization network ipsec-gauth local
aaa session-id common
clock timezone PST -8 0
clock summer-time PST recurring
crypto pki token default removal timeout 0
crypto pki trustpoint TP-self-signed-<deleted>
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-<deleted>
revocation-check none
crypto pki certificate chain TP-self-signed-<deleted>
certificate self-signed 01
<Deleted>
quit
dot11 syslog
ip source-route
ip cef
no ip dhcp ping packets
ip domain lookup source-interface GigabitEthernet0/1
ip domain name domain.local
ip host exchange.domain.com 192.168.0.11
ip host mail.domain.com 192.168.0.11
ip name-server 192.168.0.19
ip inspect log drop-pkt
ip inspect max-incomplete high 10000
ip inspect max-incomplete low 8000
ip inspect dns-timeout 3600
ip inspect tcp reassembly queue length 1024
ip inspect name myfw ftp timeout 3600
ip inspect name myfw h323 timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw sqlnet timeout 3600
ip inspect name myfw streamworks timeout 3600
ip inspect name myfw tcp timeout 43200
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw vdolive timeout 3600
ip inspect name myfw dns timeout 3600
no ipv6 cef
multilink bundle-name authenticated
vpdn enable
vpdn-group domain
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
local name pptp-auth
l2tp tunnel timeout no-session 15
parameter-map type inspect global
log dropped-packets enable
voice-card 0
license udi pid CISCO3845-MB sn <Deleted>
archive
log config
logging enable
logging persistent auto
logging size 500
hidekeys
vtp interface g0/1.1
vtp domain domain.local
vtp mode transparent
vtp version 2
username <SomeUser> privilege 15 password 7 <Deleted>
username <SomeUser> privilege 0 password 7 <Deleted>
username <SomeUser> password 7 <Deleted>
username <SomeUser> password 7 <Deleted>
username <SomeUser> password 7 <Deleted>
username <SomeUser> password 7 <Deleted>
username <SomeUser> password 7 <Deleted>
username <SomeUser> privilege 15 secret 5 <Deleted>
username <SomeUser> password 7 <Deleted>
username <SomeUser> privilege 15 view <User> secret 5 <Deleted>
username <SomeUser> password 7 <Deleted>
redundancy
ip ftp source-interface GigabitEthernet0/0
ip ftp username ftp
ip ftp password 7 <Deleted>
ip ssh maxstartups 3
ip ssh authentication-retries 5
ip ssh source-interface GigabitEthernet0/1
ip ssh logging events
ip ssh version 2
ip scp server enable
class-map match-any torrentz
match protocol bittorrent
class-map match-any voice
match dscp cs5 ef
policy-map torrentz
class torrentz
drop
policy-map voice
class voice
priority 500
class class-default
fair-queue
policy-map outside
class class-default
shape average 10240000
service-policy voice
crypto isakmp policy 1
authentication pre-share
crypto isakmp policy 10
encr 3des
hash md5
authentication pre-share
group 5
crypto isakmp key <Deleted> address 0.0.0.0 0.0.0.0
crypto isakmp client configuration group domain
key <Deleted>
dns 192.168.0.9
domain domain.com
pool rapool
acl splittunnel
crypto ipsec security-association replay window-size 1024
crypto ipsec transform-set strong esp-3des esp-md5-hmac
crypto ipsec transform-set GRE_TS esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5-SHA esp-3des esp-md5-hmac
crypto ipsec profile GRE_TUNNEL_CRYPTO
set transform-set GRE_TS
set pfs group5
buffers huge size 65535
interface Loopback0
description For GRE EIGRP Routing
ip address 1.1.1.1 255.255.255.255
interface Tunnel0
description encrypted GRE Tunnel for Site to Multisite Topology
bandwidth 10000
ip address 172.16.1.1 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication 698881
ip nhrp map multicast dynamic
ip nhrp map 172.16.1.3 97.93.163.174
ip nhrp network-id <Deleted>
ip nhrp holdtime 300
tunnel source GigabitEthernet0/0
tunnel mode gre multipoint
tunnel key <Deleted>
tunnel protection ipsec profile GRE_TUNNEL_CRYPTO
interface GigabitEthernet0/0
description Outside Network (UN-Trusted)
ip address 24.1.1.4 255.255.255.240 secondary
ip address 24.1.1.3 255.255.255.240 secondary
ip address 24.1.1.2 255.255.255.240
ip nat outside
ip inspect myfw out
ip virtual-reassembly in
load-interval 30
duplex half
speed 100
media-type rj45
service-policy input torrentz
service-policy output outside
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
media-type rj45
interface GigabitEthernet0/1.1
encapsulation dot1Q 1
ip address 192.168.0.1 255.255.255.0
ip flow ingress
ip flow egress
ip nat inside
ip virtual-reassembly in
interface GigabitEthernet0/1.2
description Voice Vlan (Private)
encapsulation dot1Q 2 native
ip address 192.168.5.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
interface Virtual-Template1
ip unnumbered Loopback0
ip nat inside
ip virtual-reassembly in
peer default ip address pool rapool2
ppp authentication chap ms-chap ms-chap-v2
vpdn authorization pptp-auth
ip local pool rapool 192.168.254.2 192.168.254.254
ip local pool rapool2 192.168.253.2 192.168.253.254
ip local pool l2tp_ip_pool 10.10.10.10 10.10.10.50
ip default-gateway 24.1.1.1
ip forward-protocol nd
ip http server
ip http access-class 1
ip http authentication local
ip http secure-server
ip http timeout-policy idle 600 life 86400 requests 10000
ip http client source-interface GigabitEthernet0/0
ip flow-cache entries 4000
ip flow-cache timeout active 1
ip flow-export source GigabitEthernet0/1
ip flow-export version 5
ip flow-export destination 192.168.0.121 2055
ip nat inside source list nat interface GigabitEthernet0/0 overload
ip nat inside source static tcp 192.168.0.11 25 24.1.1.2 25 route-map natServer extendable
ip nat inside source static tcp 192.168.0.1 37 24.1.1.2 37 route-map natServer extendable
ip nat inside source static tcp 192.168.0.9 53 24.1.1.2 53 route-map natServer extendable
ip nat inside source static udp 192.168.0.9 53 24.1.1.2 53 route-map natServer extendable
ip nat inside source static tcp 192.168.0.11 80 24.1.1.2 80 route-map natServer extendable
ip nat inside source static tcp 192.168.0.11 110 24.1.1.2 110 route-map natServer extendable
ip nat inside source static tcp 192.168.0.11 143 24.1.1.2 143 route-map natServer extendable
ip nat inside source static tcp 192.168.0.11 443 24.1.1.2 443 route-map natServer extendable
ip nat inside source static tcp 192.168.0.11 587 24.1.1.2 587 route-map natServer extendable
ip nat inside source static tcp 192.168.0.87 22 24.1.1.2 2200 extendable
ip nat inside source static tcp 192.168.0.11 3101 24.1.1.2 3101 route-map natServer extendable
ip nat inside source static tcp 192.168.0.9 3389 24.1.1.2 3389 route-map natServer extendable
ip nat inside source static tcp 192.168.0.20 5000 24.1.1.2 5000 route-map natServer extendable
ip nat inside source static tcp 192.168.0.87 80 24.1.1.2 8080 extendable
ip nat inside source static tcp 192.168.0.17 80 24.1.1.3 80 route-map natServer extendable
ip nat inside source static tcp 192.168.0.17 443 24.1.1.3 443 route-map natServer extendable
ip nat inside source static tcp 192.168.0.17 902 24.1.1.3 902 route-map natServer extendable
ip nat inside source static tcp 192.168.0.6 80 24.1.1.4 80 route-map natServer extendable
ip nat inside source static tcp 192.168.0.6 443 24.1.1.4 443 route-map natServer extendable
ip nat inside source static tcp 192.168.0.6 5000 24.1.1.4 5000 route-map natServer extendable
ip route 0.0.0.0 0.0.0.0 24.1.1.1
ip route 192.168.4.0 255.255.255.0 172.16.1.3
ip access-list extended VPN_R_ACL
remark Access-list seeking traffic bound for REMOTE_SITE
permit ip 192.168.0.0 0.0.0.255 192.168.4.0 0.0.0.255
ip access-list extended VTY_Access
permit ip 23.31.61.200 0.0.0.7 any
permit ip 10.10.10.0 0.0.0.255 any
permit ip 192.168.0.0 0.0.255.255 any
deny ip host 97.93.163.161 any
permit ip 97.93.163.160 0.0.0.15 any
deny ip 192.168.0.0 0.0.0.255 192.168.254.0 0.0.0.255
permit ip 192.168.0.0 0.0.0.255 any
deny ip any any log Deny_VTY_Access
deny tcp any eq telnet any eq telnet log Deny_Telnet
ip access-list extended inside
permit ip 192.168.0.0 0.0.0.255 any
permit ip 192.168.5.0 0.0.0.255 any
ip access-list extended nat
deny ip 192.168.0.0 0.0.0.255 192.168.254.0 0.0.0.255
deny ip 192.168.0.0 0.0.0.255 192.168.4.0 0.0.0.255
permit ip 192.168.0.0 0.0.0.255 any
permit ip 192.168.253.0 0.0.0.255 any
permit ip 192.168.5.0 0.0.0.255 any
deny ip 192.168.5.0 0.0.0.255 192.168.254.0 0.0.0.255
ip access-list extended natServer
deny ip host 192.168.0.9 192.168.4.0 0.0.0.255
deny ip host 192.168.0.9 192.168.254.0 0.0.0.255
deny ip host 192.168.0.11 192.168.4.0 0.0.0.255
deny ip host 192.168.0.11 192.168.254.0 0.0.0.255
permit ip host 192.168.0.9 any
permit ip host 192.168.0.11 any
permit ip host 192.168.0.2 any
ip access-list extended natSubnet
deny ip 192.168.0.0 0.0.0.255 192.168.254.0 0.0.0.255
permit ip 192.168.0.0 0.0.0.255 any
permit ip 192.168.5.0 0.0.0.255 any
deny ip 192.168.5.0 0.0.0.255 192.168.254.0 0.0.0.255
ip access-list extended outside
deny ip 91.0.0.0 0.0.0.255 any log
deny ip 192.168.0.0 0.0.255.255 any
permit tcp host 173.51.178.221 any
deny ip 172.16.0.0 0.15.255.255 any
deny ip 10.0.0.0 0.255.255.255 any
deny ip 169.254.0.0 0.0.255.255 any
deny ip 127.0.0.0 0.255.255.255 any
permit tcp any host 24.1.1.2 eq smtp
permit tcp 65.99.192.0 0.0.0.255 host 24.1.1.2 eq smtp
permit tcp 65.99.255.0 0.0.0.255 host 24.1.1.2 eq smtp
permit tcp 206.125.40.0 0.0.0.255 host 24.1.1.2 eq smtp
permit tcp host 71.80.129.152 host 24.1.1.2 eq smtp
permit tcp host 216.146.33.6 host 24.1.1.2 eq smtp
permit tcp host 65.12.198.103 host 24.1.1.2 eq smtp
permit tcp any host 24.1.1.2 eq domain
permit udp any host 24.1.1.2 eq domain
permit tcp any host 24.1.1.2 eq www
permit tcp any host 24.1.1.2 eq 443
permit tcp any host 24.1.1.2 eq 3101
permit esp any host 24.1.1.2
permit udp any host 24.1.1.2 eq isakmp
permit udp any host 24.1.1.2 eq non500-isakmp
permit tcp any host 24.1.1.2 eq 1723
permit gre any host 24.1.1.2
permit icmp any any echo
permit icmp any any echo-reply
permit icmp any any unreachable
permit icmp any any time-exceeded
permit tcp any any
permit tcp any host 24.1.1.2 eq 5000
deny ip 203.66.0.0 0.0.255.255 any
deny ip any any
permit ip 192.168.5.0 0.0.0.255 any
ip access-list extended splittunnel
permit ip 192.168.0.0 0.0.0.255 192.168.254.0 0.0.0.255
permit ip 192.168.5.0 0.0.0.255 192.168.254.0 0.0.0.255
ip access-list extended testing
permit tcp host 24.1.1.2 host 192.185.232.233 eq www
permit tcp host 192.185.232.233 eq www host 24.1.1.2
kron occurrence Backup in 1:0:0 recurring
policy-list Backup
kron policy-list Backup
cli show run | redirect tftp://192.168.0.5/file01.cfg
cli show run | redirect tftp://192.168.0.5/file01.cfg
logging esm config
logging history size 500
logging trap critical
logging origin-id ip
logging server-arp
access-list 1 permit 192.168.0.0 0.0.255.255
snmp-server group V3Group v3 auth read V3Read write V3Write
snmp-server view V3Read iso included
snmp-server view V3Write iso included
snmp\
control-plane
mgcp profile default
line con 0
password 7 <Deleted>
logging synchronous
length 45
line aux 0
line vty 0 4
access-class VTY_Access in
no exec-banner
exec-timeout 0 0
timeout login response 300
privilege level 15
session-limit 10
logging synchronous level 3
exec prompt timestamp
length 45
history size 256
transport preferred ssh
transport input ssh
transport output ssh
escape-character 3
line vty 5 6
access-class VTY_Access in
no exec-banner
exec-timeout 0 0
privilege level 15
length 45
transport preferred ssh
transport input ssh
transport output ssh
escape-character 3
line vty 7 15
access-class VTY_Access in
no exec-banner
exec-timeout 0 0
length 45
transport preferred ssh
transport input ssh
transport output ssh
scheduler allocate 20000 1000
ntp logging
ntp source GigabitEthernet0/0
ntp master
ntp update-calendar
end
Current configuration : 5202 bytes
! Last configuration change at 03:54:30 PST Mon Nov 13 2017 by admin
! NVRAM config last updated at 21:50:22 PST Sun Nov 12 2017 by admin
version 15.0
no service pad
service timestamps debug uptime
service timestamps log datetime
service password-encryption
service sequence-numbers
hostname Phantom-SW-16
boot-start-marker
boot-end-marker
enable secret 5 <Deleted>
enable password 7 <Deleted>
username admin privilege 15 password 7 <Deleted>
no aaa new-model
clock timezone PST -8 0
clock summer-time PST recurring
switch 1 provision ws-c3750g-16td
system mtu routing 1500
vtp interface Vlan1 only
ip routing
ip domain-lookup source-interface Vlan1
ip domain-name exquadrum.local
ip device tracking probe count 5
ip device tracking probe interval 200
ip device tracking
crypto pki trustpoint TP-self-signed-<Deleted>
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-<Deleted>
revocation-check none
rsakeypair TP-self-signed-<Deleted>
crypto pki certificate chain TP-self-signed-<Deleted>
certificate self-signed 01
<Deleted>
quit
lacp system-priority 10
archive
log config
logging enable
logging size 500
notify syslog contenttype plaintext
hidekeys
path ftp:192.168.0.123
spanning-tree mode pvst
spanning-tree extend system-id
vlan internal allocation policy ascending
ip ftp username ftp
ip ftp password 7 <Deleted>
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh version 2
interface Port-channel1
description Trunk To SwitchB
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
interface GigabitEthernet1/0/1
description Trunk To SwitchB
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 1 mode on
interface GigabitEthernet1/0/2
description Trunk To SwitchB
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 1 mode on
interface GigabitEthernet1/0/3
interface GigabitEthernet1/0/4
description Trunk to Router
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
interface GigabitEthernet1/0/5
*** All ports in between here are identical ***
interface GigabitEthernet1/0/16
interface TenGigabitEthernet1/0/1
interface Vlan1
ip address 192.168.0.16 255.255.255.0
define interface-range NoTrunks GigabitEthernet1/0/3, GigabitEthernet1/0/5 - 16
ip http server
ip http secure-server
ip route 0.0.0.0 0.0.0.0 192.168.0.1
logging trap debugging
snmp-server group V3Group v3 auth read V3Read write V3Write
snmp-server view V3Read iso included
snmp-server view V3Write iso included
line con 0
exec-timeout 0 0
logging synchronous
length 30
line vty 0 4
exec-timeout 60 0
logging synchronous
login local
length 30
transport preferred ssh
transport input ssh
transport output ssh
line vty 5 15
exec-timeout 60 0
logging synchronous
login
length 30
transport preferred ssh
transport input ssh
transport output ssh
ntp server 192.168.0.1 prefer source Vlan1
end
Current configuration : 6631 bytes
! Last configuration change at 04:12:08 PST Mon Nov 13 2017 by admin
! NVRAM config last updated at 22:49:02 PST Sun Nov 12 2017 by admin
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
hostname Phantom-SW-48
boot-start-marker
boot-end-marker
enable secret 5 <Deleted>
enable password 7 <Deleted>
username admin privilege 15 password 7 <Deleted>
no aaa new-model
clock timezone PST -8
clock summer-time PST recurring
switch 1 provision ws-c3750g-48ps
system mtu routing 1500
vtp file VLANsExquadrum.dat
vtp interface Vlan1
ip routing
ip domain-name exquadrum.local
crypto pki trustpoint TP-self-signed-<Deleted>
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-<Deleted>
revocation-check none
rsakeypair TP-self-signed-<Deleted>
crypto pki trustpoint HTTPS_SS_CERT_KEYPAIR
enrollment selfsigned
serial-number
revocation-check none
rsakeypair HTTPS_SS_CERT_KEYPAIR
crypto pki certificate chain TP-self-signed-<Deleted>
crypto pki certificate chain HTTPS_SS_CERT_KEYPAIR
certificate self-signed 01
<Deleted>
quit
spanning-tree mode pvst
spanning-tree extend system-id
vlan internal allocation policy ascending
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh source-interface Vlan1
ip ssh version 2
*** Trunk 1 ***
interface Port-channel1
description Trunk to SwitchA
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
interface GigabitEthernet1/0/1
description Trunk to SwitchA
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 1 mode on
interface GigabitEthernet1/0/2
description Trunk to SwitchA
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 1 mode on
interface GigabitEthernet1/0/3
*** All ports in between here are identical ***
interface GigabitEthernet1/0/46
*** Trunk 2 ***
interface Port-channel2
description Trunk To SwitchC
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
interface GigabitEthernet1/0/47
description Trunk To SwitchC
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 2 mode on
interface GigabitEthernet1/0/48
description Trunk To SwitchC
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 2 mode on
interface GigabitEthernet1/0/49
interface GigabitEthernet1/0/50
interface GigabitEthernet1/0/51
interface GigabitEthernet1/0/52
interface Vlan1
ip address 192.168.0.17 255.255.255.0
ip route-cache same-interface
interface Vlan2
no ip address
ip default-gateway 192.168.0.1
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
ip http server
ip http secure-server
ip sla enable reaction-alerts
line con 0
logging synchronous
length 60
line vty 0 4
exec-timeout 0 0
login local
length 55
transport preferred none
transport input ssh
transport output none
line vty 5 15
login local
transport input ssh
ntp clock-period 36030123
ntp server 192.168.0.1 source Vlan1 prefer
end
Current configuration : 3982 bytes
! Last configuration change at 11:08:59 UTC Mon Nov 13 2017 by mikesims
! NVRAM config last updated at 06:44:04 UTC Mon Nov 13 2017
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
hostname Phantom_Public_Switch
aaa new-model
enable secret 5 <Deleted>
enable password 7 <Deleted>
username admin privilege 15 password 7 <Deleted>
clock summer-time DST recurring
ip subnet-zero
ip domain-name exquadrum.local
ip name-server 192.168.0.19
vtp file flash:SwitchCVlanDatabase.dat
vtp interface Vlan1 only
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
interface FastEthernet0/1
description Direct To ISP_Public_Interface (ISP Router port)
switchport access vlan 200
switchport mode access
interface FastEthernet0/2
description Direct To ISP_Public_Interface (ROUTER Interface G0/1)
switchport access vlan 200
switchport mode access
interface FastEthernet0/3
description Direct To ISP_Public_Interface (Linksys Guest WiFi WAN Port)
switchport access vlan 200
switchport mode access
interface FastEthernet0/4
description GuestWifi Private_Interface (Guest WiFi router private)
switchport access vlan 10
switchport mode access
interface FastEthernet0/5
switchport access vlan 10
switchport mode access
shutdown
*** All ports in between are identical ***
interface FastEthernet0/22
switchport access vlan 10
switchport mode access
shutdown
** Trunk **
interface Port-channel2
description Trunk to SwitchB
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
flowcontrol send off
interface FastEthernet0/23
description Trunk to SwitchB
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 2 mode on
interface FastEthernet0/24
description Trunk to SwitchB
switchport trunk native vlan 2
switchport mode trunk
switchport nonegotiate
channel-group 2 mode on
interface Vlan1
ip address 192.168.0.18 255.255.255.0
ip route-cache same-interface
no ip route-cache
interface Vlan2
description Future Voice Vlan
ip address 192.168.5.18 255.255.255.0
ip route-cache same-interface
no ip route-cache
interface Vlan10
description Guest WiFi private (shared with Linksys WiFi router)
no ip address
no ip route-cache
interface Vlan200
description Vlan for ISP Public Internet Service
no ip address
no ip route-cache
interface Vlan250
description Vlan for public Wifi (Linksys router on 192.168.1.x/24)
no ip address
no ip route-cache
ip default-gateway 192.168.0.1
ip http server
ip http authentication local
line con 0
password 7 <Deleted>
logging synchronous
length 55
line vty 0 4
password 7 <Deleted>
transport preferred telnet
line vty 5 15
password 7 <Deleted>
ntp clock-period 17179855
ntp server 192.168.0.1 prefer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment