06-02-2005 10:32 PM - edited 03-03-2019 09:44 AM
im just a novice on networking, anyone can explain to me of what is a loopback address? what type of ip address i will use? what's the main use of loopback adr.?
06-02-2005 10:51 PM
Hello,
a loopback interface (and corresponding address) has no hardware associated with it, and it is not physically connected to a network. Since there is no physical interface associated with the loopback address, it can only go down when the entire device goes down. On a Cisco router, loopback addresses are typically (a.o.)used for routing protocols such as OSPF, EIGRP, and BGP, which make use of an IP address for identification purposes.
You can configure the loopback interface and address as following:
interface Loopback0
ip address 1.1.1.1 255.255.255.255
HTH,
GP
06-02-2005 10:57 PM
Loobback Interface is configured just for management sake and for this u have to configure ip address which should be like 192.168.100.100 255.255.255.255.
As this interface never go down so,it is used for accessing routers.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide