Tuesday 4 May 2010

Access Server Config

It may not appear to be the hardest thing in the world but as I said in a previous post when I had the NM-16A/S in the 2613 router it wasn't working, I had all sort of intermittent issus and evn reterminated a few of the octal cablle ends that took some time. After swapping the NM-16A/S to a 2610 all was well so I could configure the access server.

Its actually amazingly straight forward, here is the config.

Current configuration : 828 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname TermSrv
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip cef
!
no ip dhcp use vrf connected
!
no ip ips deny-action ips-interface
ip host R1 2033 100.1.1.1
ip host R2 2034 100.1.1.1
ip host R3 2035 100.1.1.1
ip host R4 2036 100.1.1.1
ip host R5 2037 100.1.1.1
!
interface Loopback0
ip address 100.1.1.1 255.255.255.255
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
ip classless
!
no ip http server
no ip http secure-server
!
control-plane
!
line con 0
exec-timeout 0 0
logging synchronous
line 33 40
no exec
transport input all
line 41 48
line aux 0
line vty 0 4
password cisco
login
!
end

 
Another issue I had was looking for ports 1-32 which are taken up by module 0 and I was plugging into module 1, I know, with the issues I was having and expecting the access server to work first time you panic and think there is an issue. Note that it is a 2610 and only has 1 module slot, I assume that module 0 is taken up by the WIC slots. However, you always learn more if it doesn't work as you expect first time than if it does work.

No comments:

Post a Comment