Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Current configuration : 2873 bytes
- !
- ! No configuration change since last restart
- version 15.1
- service timestamps debug datetime msec
- service timestamps log datetime msec
- service password-encryption
- !
- hostname C2900
- !
- boot-start-marker
- boot-end-marker
- !
- !
- security passwords min-length 5
- enable secret
- !
- no aaa new-model
- !
- !
- no ipv6 cef
- ip source-route
- ip cef
- !
- !
- !
- ip dhcp excluded-address 192.168.10.1 192.168.10.10
- !
- ip dhcp pool LAN
- network 192.168.10.0 255.255.255.224
- default-router 192.168.10.1
- dns-server 1.1.1.1 1.0.0.1
- !
- !
- ip domain name ccsolutionsnm.com
- login block-for 60 attempts 3 within 30
- !
- multilink bundle-name authenticated
- !
- !
- crypto pki token default removal timeout 0
- !
- !
- license udi pid CISCO2901/K9 sn FTX165181A6
- license boot module c2900 technology-package securityk9
- !
- !
- username password
- !
- redundancy
- !
- !
- !
- !
- ip ssh version 2
- !
- !
- !
- !
- !
- !
- !
- interface Embedded-Service-Engine0/0
- no ip address
- shutdown
- !
- interface GigabitEthernet0/0
- no ip address
- duplex auto
- speed auto
- !
- interface GigabitEthernet0/0.10
- encapsulation dot1Q 10
- ip address 192.168.10.1 255.255.255.224
- ip nat inside
- ip virtual-reassembly in
- !
- interface GigabitEthernet0/0.20
- encapsulation dot1Q 20
- ip address 192.168.20.1 255.255.255.224
- ip nat inside
- ip virtual-reassembly in
- !
- interface GigabitEthernet0/0.30
- encapsulation dot1Q 30
- ip address 192.168.30.1 255.255.255.224
- ip nat inside
- ip virtual-reassembly in
- !
- interface GigabitEthernet0/0.40
- encapsulation dot1Q 40
- ip address 192.168.40.1 255.255.255.224
- ip nat inside
- ip virtual-reassembly in
- !
- interface GigabitEthernet0/0.50
- encapsulation dot1Q 50
- ip address 192.168.50.1 255.255.255.224
- ip nat inside
- ip virtual-reassembly in
- !
- interface GigabitEthernet0/0.88
- encapsulation dot1Q 88
- ip address 192.168.88.1 255.255.255.224
- !
- interface GigabitEthernet0/0.99
- encapsulation dot1Q 99 native
- !
- interface GigabitEthernet0/1
- ip address dhcp
- ip nat outside
- ip virtual-reassembly in
- duplex auto
- speed auto
- !
- ip forward-protocol nd
- !
- no ip http server
- no ip http secure-server
- !
- ip nat inside source list 101 interface GigabitEthernet0/1 overload
- !
- !
- access-list 101 permit ip 192.168.10.0 0.0.0.31 any
- !
- !
- !
- !
- !
- !
- control-plane
- !
- !
- !
- line con 0
- exec-timeout 0 0
- password
- login
- line aux 0
- line 2
- no activation-character
- no exec
- transport preferred none
- transport input all
- transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
- stopbits 1
- line vty 0 4
- exec-timeout 0 0
- password login local
- transport input ssh
- line vty 5 15
- exec-timeout 0 0
- password login local
- transport input ssh
- !
- scheduler allocate 20000 1000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement