Cisco 1760 Config with CyberCity G.SHDSL Config

! To Apply this config, alter the following things:
! * CyberCity DSL Password
! * Telnet Password
! * Enable password
! * Access-list for telnet access.
!
! Then paste the commands into the console terminal,
! after going to terminal config mode
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname bgw.sk.mcn.dk
!
enable secret FooBar
!
ip subnet-zero
no ip finger
no ip source-route
no ip domain-lookup
!
ip dhcp excluded-address 85.82.26.160 85.82.26.179
!
ip dhcp pool 0
import all
origin ipcp
dns-server 212.242.40.3 212.242.40.51
exit
!
!NO IOSFW ENABLED
!
interface FastEthernet0/0
ip address pool 0
no ip route-cache
ip access-group 120 in
!No NAT overload with GlobalIP
!NO IOSFW ENABLED
no shutdown
exit
!
! NO EXTRA INTERFACES
interface Ethernet1/0
no ip address
no ip route-cache
shutdown
exit
!
interface ATM0/0
no ip address
no ip route-cache
no atm ilmi-keepalive
pvc 0/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
exit
!
bundle-enable
dsl equipment-type CPE
dsl operating-mode GSHDSL symmetric annex B
dsl linerate AUTO
hold-queue 224 in
no shutdown
exit
!
interface Dialer0
no ip route-cache
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin optional
ppp chap hostname dsl123456
ppp chap password FooBarPass
ip unnumbered FastEthernet0/0
ppp ipcp mask request
!No NAT overload with GlobalIP
!NO ACL110
no shutdown
exit
!
!No NAT overload with GlobalIP
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0 permanent
!No MPLS enabled
!
no access-list 1
no access-list 5
no access-list 10
no access-list 101
no access-list 110
no access-list 111
no access-list 120
!
! Addresses in RIP update
!NO ACL1
!
! Addresses allowed to access vty (telnet)
!access-list 5 permit 212.242.40.0 0.0.3.255
! LAN is allowed
access-list 5 permit 85.82.26.160 0.0.0.31
! Random host allow
! access-list 5 permit 10.20.30.40
!
! Special Java list
!NO ACL10
!
! Addresses to be NAT’ed.
!No NAT overload with GlobalIP
!
! Packets permited in on dialer0.
!NO ACL110
!
! Packets allowed in on the ethernet.
access-list 120 permit udp any any range bootps bootpc
access-list 120 permit ip 85.82.26.160 0.0.0.31 any
!
! Packets allowed to trigger a call.
dialer-list 1 protocol ip permit
!
line con 0
transport output none
stopbits 1
exit
line vty 0 4
password FooBar
access-class 5 in
login
exit
!
scheduler max-task-time 5000
!
config-register 0x2102
end
! After this, do a wri mem if the config works..

Dette indlæg blev udgivet i Knowledge Base, Networking, Old Base. Bogmærk permalinket.

Skriv et svar