Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building configuration...
- Current configuration : 2400 bytes
- !
- version 15.0
- no service pad
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname modem
- !
- boot-start-marker
- boot system flash:/c870-advsecurityk9-mz.150-1.XA5.bin
- boot-end-marker
- !
- !
- no aaa new-model
- clock timezone que 10
- !
- !
- dot11 syslog
- no ip source-route
- !
- !
- ip cef
- ip domain name modem.local
- ip name-server 8.8.8.8
- ip name-server 8.8.4.4
- !
- !
- !
- !
- archive
- log config
- hidekeys
- username **** privilege 15 secret 5 ****
- !
- !
- !
- !
- !
- !
- !
- !
- !
- interface ATM0
- no ip address
- no ip unreachables
- no atm ilmi-keepalive
- !
- interface ATM0.1 point-to-point
- description tpg
- pvc 8/35
- pppoe-client dial-pool-number 1
- !
- !
- interface FastEthernet0
- !
- interface FastEthernet1
- !
- interface FastEthernet2
- !
- interface FastEthernet3
- !
- interface Vlan1
- ip address 10.0.0.1 255.0.0.0
- no ip redirects
- no ip unreachables
- no ip proxy-arp
- ip nat inside
- ip virtual-reassembly
- ip tcp adjust-mss 1460
- !
- interface Dialer0
- ip address negotiated
- no ip redirects
- no ip unreachables
- no ip proxy-arp
- ip mtu 1460
- ip nat outside
- ip virtual-reassembly
- encapsulation ppp
- dialer pool 1
- dialer-group 1
- ppp authentication chap callin
- ppp chap hostname ****@clubtelco.com
- ppp chap password 0 ****
- !
- no ip forward-protocol nd
- no ip http server
- no ip http secure-server
- !
- ip nat inside source static tcp 10.0.0.3 1723 interface Dialer0 1723
- ip nat inside source list 1 interface Dialer0 overload
- ip route 0.0.0.0 0.0.0.0 Dialer0
- !
- access-list 1 permit 10.0.0.0 0.0.0.255
- ip access-list extended vty
- permit tcp 10.0.0.0 0.0.0.255 any eq 22
- deny ip any any log
- !
- logging trap debugging
- logging 10.0.0.3
- !
- !
- !
- !
- control-plane
- !
- !
- line con 0
- no modem enable
- line aux 0
- line vty 0 4
- access-class vty in
- privilege level 2
- login local
- transport input ssh
- !
- scheduler max-task-time 5000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement