digitalrice
Technical User
Hello guy, I've been struggle with this router. I don't seem to get it online at all. All i need is to be able to get it online. I've got this block of address from my ISP which is LABridge.com
I'm a newbie to this Cisco 1720, if you can guide me all the commands to get this box working, I really appreciate it. Thansk
T1(WAN)
69.19.251.20 255.255.255.252 Subnet Address
69.19.251.21 LA Bridge
69.19.251.22 LA Bridge CPE Router (WAN)
69.19.251.23 255.255.255.252 Broadcast Address
Ethernet (LAN)
69.19.251.96 255.255.255.240 Subnet Address
69.19.251.97 LA Bridge CPE Router (LAN)
69.19.251.98 – 69.15.251.110 LA Bridge Customer LAN
69.19.251.111 255.255.255.240 Broadcast Address
and here is my current configuration:
Current configuration : 930 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Westchester
!
enable secret 5 $1$pxyG$h3V9OTGKDXYBKqoKVPM5d0
enable password ******
!
memory-size iomem 20
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0
ip address 69.19.251.97 255.255.255.240
ip broadcast-address 69.19.251.111
ip nat inside
speed auto
full-duplex
!
interface Serial0
ip address 69.19.251.22 255.255.255.252
ip broadcast-address 69.19.251.23
ip nat outside
encapsulation frame-relay
!
router rip
network 69.0.0.0
!
router igrp 1
redistribute connected
network 69.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 69.19.251.23
ip route 0.0.0.0 0.0.0.0 FastEthernet0
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line aux 0
line vty 0 4
password jezebel006
login
!
end
Westchester#
I'm a newbie to this Cisco 1720, if you can guide me all the commands to get this box working, I really appreciate it. Thansk
T1(WAN)
69.19.251.20 255.255.255.252 Subnet Address
69.19.251.21 LA Bridge
69.19.251.22 LA Bridge CPE Router (WAN)
69.19.251.23 255.255.255.252 Broadcast Address
Ethernet (LAN)
69.19.251.96 255.255.255.240 Subnet Address
69.19.251.97 LA Bridge CPE Router (LAN)
69.19.251.98 – 69.15.251.110 LA Bridge Customer LAN
69.19.251.111 255.255.255.240 Broadcast Address
and here is my current configuration:
Current configuration : 930 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Westchester
!
enable secret 5 $1$pxyG$h3V9OTGKDXYBKqoKVPM5d0
enable password ******
!
memory-size iomem 20
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0
ip address 69.19.251.97 255.255.255.240
ip broadcast-address 69.19.251.111
ip nat inside
speed auto
full-duplex
!
interface Serial0
ip address 69.19.251.22 255.255.255.252
ip broadcast-address 69.19.251.23
ip nat outside
encapsulation frame-relay
!
router rip
network 69.0.0.0
!
router igrp 1
redistribute connected
network 69.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 69.19.251.23
ip route 0.0.0.0 0.0.0.0 FastEthernet0
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line aux 0
line vty 0 4
password jezebel006
login
!
end
Westchester#