English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

We can configure number of loop back interfaces on a router, but please tell me the exact use of those interfaces??????

2006-06-25 06:51:45 · 3 answers · asked by sid 2 in Computers & Internet Computer Networking

3 answers

A loopback interface is ALWAYS active and CANNOT fail, that is the reason they are used, they are always in the up/up state and this makes routing protocols such as OSPF and BGP much more stable, as opposed to using a real interface.

In addition, some routing protocols like OSPF will use the highest IP address configured on the router as the router ID, but you can override this behavior by configuring a loopback address.

Finally, you can use the loopback address as the "source interface" for traffic that is generated by the router, such as syslog packets, SNMP traps, and security related packets.

A typical config file's loopback related commands might look like this:
interface Loopback0
ip address 172.16.1.1 255.255.255.255
router ospf 100
router-id 172.16.1.1
ip tftp source-interface Loopback0
ip tacacs source-interface Loopback0
logging source-interface Loopback0
snmp-server trap-source Loopback0

2006-06-25 08:52:49 · answer #1 · answered by networkmaster 5 · 2 0

What Is A Loopback Interface

2016-11-08 06:22:02 · answer #2 · answered by newnum 4 · 0 0

Some virtual networking applications use loopback connections to make a computer think that its connected to a network when it is really just connected to itself.

There are probably other uses as well.

2006-06-25 06:57:30 · answer #3 · answered by Lord_of_Armenia 4 · 0 0

what is the pratical use loopback interface ?
plz elaborate

2015-02-06 19:27:06 · answer #4 · answered by Shridhar 1 · 0 0

fedest.com, questions and answers