07-28-2005 03:44 AM - edited 03-03-2019 10:09 AM
My question might be silly, but i need to know, what is the purpose of having IP address on Serial Port, instead we can use the IP address of Ethernet Port by entering "ip unnumbered ethernet 0" on serial port isn't?
07-28-2005 06:09 AM
I think a little historical perspective may help in answering this question. We tend to be so focused on the router as an IP protocol processor that we tend to forget that the router was developed as a multiprotocol processor (IP, IPX, Appletalk, Bridging, even protocols like XNS were supported at one time). As a multiprotocol processor no protocol is enabled on an interface by default. We must do something to activate or enable each protocol on the interface. We activate IP on the interface by assigning an IP address.
So if we want the serial interface to process IP we must assign an IP address to the interface. There is not a requirement that the address be unique (and no requirement that it must be in the same subnet as its neighbor on the other end of the serial link) and so we can use IP unnumbered on the serial interface. But without assigning some kind of IP address the interface would not process IP. That is the purpose of having an IP address on the serial port.
HTH
Rick
07-28-2005 06:28 AM
Rick its a great explanation. !!
Regards,
-amit singh
07-29-2005 04:41 AM
Hi,
One more bad outcome is there is we use "ip unnumbered" command.
We will not be able to manage it remotely and troubleshooting sometimes become very difficult.
That is also a reason we assign an ip address on serial interface.
Regards,
Ankur
07-29-2005 06:27 AM
that was really gr8 in ur explanation
07-29-2005 07:10 AM
Management and network management applications (as mentioned) are the "usual" answer.
The app will SNMP query each routers and get things like arp table, routing table, interface list, etc. With this information it can build a map of the network.
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