LoneWolf
Expert Member
Pretty sure they cover RIP, RIPv2, IGRP & EIGRP in CCNA (don't think they do OSPF, IS-IS & BGP) but I can't really remember.
yes, OSPF is also covered in CCNA. we didn't touch on IS-IS though
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Pretty sure they cover RIP, RIPv2, IGRP & EIGRP in CCNA (don't think they do OSPF, IS-IS & BGP) but I can't really remember.
yes, OSPF is also covered in CCNA. we didn't touch on IS-IS though
version 11.3
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname AS-2511RJ
!
enable secret XXXXXXXX
!
partition flash 2 8 8
!
ip subnet-zero
ip host FR-2522 2001 192.168.1.1
!
clock timezone SAST 2
!
!
interface Loopback0
ip address 192.168.1.1 255.255.255.252
no ip directed-broadcast
!
interface Ethernet0
ip address 192.168.10.3 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
interface Serial0
no ip address
no ip mroute-cache
shutdown
no fair-queue
!
ip classless
!
line con 0
exec-timeout 30 0
logging synchronous
notify
history size 64
stopbits 1
flowcontrol hardware
line 1 16
session-timeout 30 output
no exec
exec-timeout 0 0
transport input all
line aux 0
line vty 0 4
session-timeout 60
exec-timeout 30 0
password XXXXXXXX
logging synchronous
login
notify
history size 48
transport preferred telnet
transport input SSH telnet
transport output SSH telnet
!
end
AS-2511RJ#
version 11.3
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname FR-2522
!
enable secret XXXXXXX
!
clock timezone SAST 2
!
!
interface Ethernet0
ip address 192.168.10.7 255.255.255.0
no ip redirects
no ip unreachables
no ip directed-broadcast
no ip proxy-arp
no ip route-cache
no ip mroute-cache
no cdp enable
!
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
interface Serial4
no ip address
shutdown
!
interface Serial5
no ip address
shutdown
!
interface Serial6
no ip address
shutdown
!
interface Serial7
no ip address
shutdown
!
interface Serial8
no ip address
shutdown
!
interface Serial9
no ip address
shutdown
!
interface BRI0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
ip classless
!
!
line con 0
session-timeout 60
no exec-banner
exec-timeout 30 0
password XXXXXXXX
logging synchronous
login
terminal-type Access-Server
notify
history size 48
transport preferred telnet
stopbits 1
flowcontrol hardware
line aux 0
transport input all
line vty 0 4
session-timeout 60
no motd-banner
no exec-banner
exec-timeout 30 0
password XXXXXXXX
logging synchronous
login
notify
history size 48
transport preferred telnet
transport input telnet
transport output telnet
!
end
FR-2522#
The XP machine does not know about "ip host FR-2522 2001 192.168.1.1" only the 2511 does.
It's not on a directly connected network.
Try adding it to the host file on XP as well.
If that still does not work you will have to add a route to it.
To be able to telnet to the terminal server / access server, you can either stick with the IP address of that device or you can create a loopback adaptor.
To create a dedicated loopback adaptor for this purpose, do this:
Router(config)# interface loopback0
Router(config-if)# ip address 192.168.1.1 255.255.255.255
Now, add the devices, as IP aliases, that are connected to each of the async cables (your routers & switches), with their respective cable/line number:
Router(config)# ip host host1 2001 192.168.1.1
Router(config)# ip host host2 2002 192.168.1.1
Where it says "2001", for example, the "1" is the cable/line number that that device is connected to.
This means that you could either telnet to the console of the connected "host1" by just telnetting to 192.168.1.1 2001
OR
You could first telnet to the access server, then just twohost1 to telnet to that host.
[ This stuff below is all fine and straight forward ]
Once connected to the device, you can switch between active sessions by using ctrl-shift-6-x to bring you back to terminal server.
You can use show sessions to display the active sessions, and to go back to your session just press enter for the last session or the session number of that session.
To disconnect a session use the disconnect command.
1. If one cannot reach the loopback interface without a lot of PT , then WHAT is the point of setting it all up ?
2. Do I need an entry in EVERY PC's hosts file ?
1. See post#14.
Many people don't even use loopback interfaces but it does have it's uses.
2. Yes. How else would they know about it?
Just a suggestion.
Take the CCNA course material and start with chapter one working yourself towards the last chapter in sequence.
Things will make a lot more sense this way.
One use of such an interface is to simply assign an IP address to the router as a whole rather than to a specific hardware interface.
This allows the assigned IP address to be used to access the router, for example, Telnet, regardless of which real interfaces are up or down
TROUBLESHOOTING PROCEDURE
4.)
Establish a Telnet connection to the IP address port to test direct connectivity.
You must telnet from both an external device and the terminal server. For example, telnet 172.21.1.1 2003.
YesNOWHERE do I see mention of hosts files or adding routes. ( Perhaps they take this for granted
You could, but in practice PCs generally would be using the default route.If one cannot reach the loopback interface without a lot of PT , then WHAT is the point of setting it all up ?
Do I need an entry in EVERY PC's hosts file ?
The hassle is worth it, if you understand why. Maybe a practical example ...After all this hassle one might as well just telnet to the damn hosts themselves.
I think you should heed Ponder's suggestion, that is to focus on grasping the fundimentals of IP routing before tackling fancy stuff like Access Servers.Just a suggestion. Take the CCNA course material and start with chapter one working yourself towards the last chapter in sequence. Things will make a lot more sense this way.
However if one connects to the loopback interface, there would be no loss of connectivity if either B or C went down. Traffic would just re-route around the problem router.
This is basically the benefit of using loopback IPs as your connection target.
I think you should heed Ponder's suggestion, that is to focus on grasping the fundimentals of IP routing before tackling fancy stuff like Access Servers.
By specifying its IP address (rather than a physical interface's), when connecting from the PC (i.e. in Putty or whatever telnet/ssh client you're using).HOW does "one" connect to the loopback interface![]()
By specifying its IP address (rather than a physical interface's), when connecting from the PC (i.e. in Putty or whatever telnet/ssh client you're using).
This cannot work, the loopback is a routed inf. The PC is connected to the router via an Eth, which is a seperate routed inf, therefore the two cannot be on the same subnet (unless Lo & Eth are bridged).I have tried setting the PC to the same subnet as the loopback and doing what you say here. However this did not work
The is the correct config, but the PC cannot connect to the loopback because it does not know about the loopback's subnet.If I set the PC IP to the eth and try to telnet to the loopback IP this does not work either.
This cannot work, the loopback is a routed inf.
The PC is connected to the router via an Eth, which is a seperate routed inf, therefore the two cannot be on the same subnet (unless Lo & Eth are bridged).
The is the correct config, but the PC cannot connect to the loopback because it does not know about the loopback's subnet.
You could add a static route, but the norm is to set the PC's default gateway to the router's Eth IP (one connecting to PC).