I have a problem with a router config on a 1720. We recently changed T1 service and since I cannot get the configuration to work correctly. I can ping the gateway IP to the ISP but not my own serial IP.
IP information
Router IP : 67.39.104.217
Subnet Mask: 255.255.255.248/29
Gateway IP to ISP: 66.73.26.33
WAN Serial Address: 66.73.26.34
Subnet MAsk: 255.255.255.252/30
Service Type: Basic Frame
CSU Timeslots: 1-24
Protocol: ANSI
Encapsulation: IETF
DLCI: 665
I also have a Point-to-Point circuit on serial1 which is connected to another Cisco 1720 and is currently working just fine.
Any help with what I am doing incorrect is greatly appreciated. The old circuit that was installed previously was a fractional t1 (256k) using ppp. Also, 199.1.1.x is the LAN ip scheme and 199.1.1.3 is the gateway on the LAN.
Current Router config.
Current configuration : 2197 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname "RTCleve"
!
logging buffered 8000 debugging
enable password *********
!
memory-size iomem 25
ip subnet-zero
ip domain-name ameritech.net
ip name-server 66.73.20.40
ip name-server 206.141.193.55
!
!
bridge irb
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0
description connected to EthernetLAN
no ip address
speed auto
bridge-group 1
!
interface Serial0
description connected to Internet
ip address 66.73.26.34 255.255.255.252
ip nat outside
encapsulation frame-relay IETF
no fair-queue
service-module t1 timeslots 1-24
service-module t1 remote-alarm-enable
frame-relay interface-dlci 665
frame-relay lmi-type ansi
!
interface Serial1
no ip address
bridge-group 1
!
interface BVI1
ip address 199.1.1.3 255.255.255.0
ip nat inside
!
router rip
version 2
passive-interface Serial0
network 199.1.1.0
no auto-summary
!
ip nat inside source list 5 interface Serial0 overload
ip nat inside source static 199.1.1.2 67.39.104.218
ip nat inside source static 199.1.1.1 67.39.104.219
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip http server
!
logging 206.141.193.55
access-list 5 permit 199.1.1.0 0.0.0.255
access-list 5 permit 199.1.1.64 0.0.0.63
access-list 5 remark Internal IP NAT Pool
access-list 99 permit 199.1.1.200
access-list 100 permit tcp any host 67.39.104.218 established
access-list 100 permit tcp any host 67.39.104.218 eq pop3
access-list 100 permit tcp any host 67.39.104.218 eq smtp
access-list 100 permit udp any eq domain host 67.39.104.218
access-list 100 deny ip any host 67.39.104.218
access-list 100 permit ip any any
snmp-server engineID local 000000090200000217618808
snmp-server community criminalmind RO 2
snmp-server community trapper view v1default RO
snmp-server location Cleveland
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server host 206.141.193.55 trapper
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
password ********
login
line aux 0
line vty 0 4
password ********
login
!
no scheduler allocate
end
RTCleve#
RTCleve#ping 66.73.26.34 'Serial IP Address'
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.73.26.34, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RTCleve#ping 66.73.26.33 'ISP Gateway IP'
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.73.26.33, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/7/8 ms
RTCleve#ping 67.39.104.217 'Assigned Router IP address'
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 67.39.104.217, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RTCleve#logout
IP information
Router IP : 67.39.104.217
Subnet Mask: 255.255.255.248/29
Gateway IP to ISP: 66.73.26.33
WAN Serial Address: 66.73.26.34
Subnet MAsk: 255.255.255.252/30
Service Type: Basic Frame
CSU Timeslots: 1-24
Protocol: ANSI
Encapsulation: IETF
DLCI: 665
I also have a Point-to-Point circuit on serial1 which is connected to another Cisco 1720 and is currently working just fine.
Any help with what I am doing incorrect is greatly appreciated. The old circuit that was installed previously was a fractional t1 (256k) using ppp. Also, 199.1.1.x is the LAN ip scheme and 199.1.1.3 is the gateway on the LAN.
Current Router config.
Current configuration : 2197 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname "RTCleve"
!
logging buffered 8000 debugging
enable password *********
!
memory-size iomem 25
ip subnet-zero
ip domain-name ameritech.net
ip name-server 66.73.20.40
ip name-server 206.141.193.55
!
!
bridge irb
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0
description connected to EthernetLAN
no ip address
speed auto
bridge-group 1
!
interface Serial0
description connected to Internet
ip address 66.73.26.34 255.255.255.252
ip nat outside
encapsulation frame-relay IETF
no fair-queue
service-module t1 timeslots 1-24
service-module t1 remote-alarm-enable
frame-relay interface-dlci 665
frame-relay lmi-type ansi
!
interface Serial1
no ip address
bridge-group 1
!
interface BVI1
ip address 199.1.1.3 255.255.255.0
ip nat inside
!
router rip
version 2
passive-interface Serial0
network 199.1.1.0
no auto-summary
!
ip nat inside source list 5 interface Serial0 overload
ip nat inside source static 199.1.1.2 67.39.104.218
ip nat inside source static 199.1.1.1 67.39.104.219
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip http server
!
logging 206.141.193.55
access-list 5 permit 199.1.1.0 0.0.0.255
access-list 5 permit 199.1.1.64 0.0.0.63
access-list 5 remark Internal IP NAT Pool
access-list 99 permit 199.1.1.200
access-list 100 permit tcp any host 67.39.104.218 established
access-list 100 permit tcp any host 67.39.104.218 eq pop3
access-list 100 permit tcp any host 67.39.104.218 eq smtp
access-list 100 permit udp any eq domain host 67.39.104.218
access-list 100 deny ip any host 67.39.104.218
access-list 100 permit ip any any
snmp-server engineID local 000000090200000217618808
snmp-server community criminalmind RO 2
snmp-server community trapper view v1default RO
snmp-server location Cleveland
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server host 206.141.193.55 trapper
bridge 1 protocol ieee
!
line con 0
exec-timeout 0 0
password ********
login
line aux 0
line vty 0 4
password ********
login
!
no scheduler allocate
end
RTCleve#
RTCleve#ping 66.73.26.34 'Serial IP Address'
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.73.26.34, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RTCleve#ping 66.73.26.33 'ISP Gateway IP'
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 66.73.26.33, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/7/8 ms
RTCleve#ping 67.39.104.217 'Assigned Router IP address'
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 67.39.104.217, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RTCleve#logout