Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Router-Cisco#show running-config
- Building configuration...
- Current configuration : 2554 bytes
- !
- version 12.3
- no service pad
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname Router-Cisco
- !
- boot-start-marker
- boot-end-marker
- !
- !
- no aaa new-model
- ip subnet-zero
- ip cef
- ip dhcp excluded-address 192.168.13.0 192.168.13.110
- !
- ip dhcp pool dpool1
- import all
- network 192.168.13.0 255.255.255.128
- default-router 192.168.13.5
- dns-server 8.8.8.8 8.8.4.4 208.67.220.220
- domain-name xx.xx
- !
- !
- no ip domain lookup
- ip domain name xxx.xx.x
- ip name-server 192.168.13.3
- ip name-server 195.29.150.3
- vpdn enable
- !
- vpdn-group 1
- request-dialin
- protocol pppoe
- !
- no ftp-server write-enable
- !
- !
- !
- !
- !
- !
- !
- interface Loopback0
- description Loopback interface
- ip address 10.10.10.100 255.255.255.0
- !
- interface FastEthernet0
- description LAN izlaz
- no ip address
- !
- interface FastEthernet1
- no ip address
- shutdown
- !
- interface FastEthernet2
- no ip address
- shutdown
- !
- interface FastEthernet3
- no ip address
- shutdown
- !
- interface FastEthernet4
- description WAN veza - Cisco-router <-> zyxel
- no ip address
- no ip redirects
- no ip unreachables
- no ip proxy-arp
- ip nat outside
- ip virtual-reassembly
- no ip mroute-cache
- duplex auto
- speed auto
- pppoe enable
- pppoe-client dial-pool-number 1
- no cdp enable
- !
- interface Vlan1
- ip address 192.168.13.10 255.255.255.128
- ip nat inside
- ip virtual-reassembly
- !
- interface Dialer0
- ip address negotiated
- ip mtu 1450
- encapsulation ppp
- shutdown
- dialer pool 1
- dialer-group 1
- ppp authentication chap
- !
- interface Dialer1
- description ADSL WAN dialer
- mtu 1492
- ip address negotiated
- no ip unreachables
- ip nat outside
- ip virtual-reassembly
- encapsulation ppp
- ip tcp adjust-mss 1452
- no ip mroute-cache
- dialer pool 1
- dialer-group 1
- no cdp enable
- ppp authentication chap pap callin
- ppp chap hostname xxxxxx
- ppp chap password 0 xxxxxx
- ppp pap sent-username xxxxxx password 0 xxxxxx
- !
- router rip
- version 2
- network 192.168.13.0
- no auto-summary
- !
- ip classless
- ip route 0.0.0.0 0.0.0.0 192.168.13.5
- ip route 192.168.13.5 255.255.255.255 Dialer1
- ip route 192.168.13.10 255.255.255.255 Dialer0
- !
- no ip http server
- no ip http secure-server
- !
- dialer-list 1 protocol ip permit
- !
- control-plane
- !
- !
- line con 0
- password xxxxxx
- login
- no modem enable
- transport preferred all
- transport output all
- line aux 0
- transport preferred all
- transport output all
- line vty 0 4
- password xxxxxx
- login
- transport preferred all
- transport input all
- transport output all
- !
- scheduler max-task-time 5000
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement