Options

Programing the AS 2509 ~2511 Asynchronous Interface

dave dunlapdave dunlap Member Posts: 9 ■□□□□□□□□□

I just bought a AS2509-rj the main difference between the “RJ”, and none RJ, is that the RJ series has the Asynchronous ports in a rj45 format, and not the 68 pin SCSI port for an Octo cable. Meaning that the octo cable is not used and separate console cables are used.

I have done the standard router config, and then I found the suggested loopback config to be able to access cisco switches.

I am not able to ping tftp server or access the asynchronous interface.

Here is my running config.

access#show running-config
Building configuration...

Current configuration:
!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname access
!
enable secret 5 $1$tbbc$Ep7CUFdPDm95/0AuS8ldT0
!
ip subnet-zero
no ip domain-lookup
ip host port7 2007 192.168.0.1
ip host port5 2005 192.168.0.1
ip host port4 2004 192.168.0.1
ip host port3 2003 192.168.0.1
ip host port2 2002 192.168.0.1
ip host port1 2001 192.168.0.1
ip host port6 2006 192.168.0.1
ip host port8 2008 192.168.0.1
!
interface Loopback0
ip address 192.168.0.1 255.255.255.255
no logging event subif-link-status
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
no logging event subif-link-status
!
interface Serial0
no ip address
no logging event subif-link-status
shutdown
!
ip classless
alias exec s show ip int brief
!
line con 0
exec-timeout 0 0
Sign In or Register to comment.