11-03-2006 04:28 AM - edited 03-05-2019 12:36 PM
If I have this on an interface, what can it,or cant do ? can i use this on my serial interface ?
11-03-2006 05:05 AM
Hi Carl ,
If you apply no ip address on any interface ( ex. ethernet , serial , bri etc..)
you can't connect to remote end.
Suppose if you configure Ip address on any interface then you can connect to remote end which is having Ip address configured on that interface.
ex : END A :
config # int serial 0
config-if # ip address 192.168.1.1 255.255.255.252
config-if # encapsulation ppp
config-if # no shut
ENB B should have the same type of config like
config # int serial 0
config-if # ip address 192.168.1.2 255.255.255.252
config-if # encapsulation
config-if # no shut.
Then only ENA A and END B talks to each other.
hope this helps you.
An interface can have one primary IP address and multiple secondary IP addresses. Packets generated by the Cisco IOS software always use the primary IP address. Therefore, all routers and access servers on a segment should share the same primary network number.
Hosts can determine subnet masks using the Internet Control Message Protocol (ICMP) mask request message. Routers respond to this request with an ICMP mask reply message.
You can disable IP processing on a particular interface by removing its IP address with the no ip address command. If the software detects another host using one of its IP addresses, it will print an error message on the console.
The optional secondary keyword allows you to specify an unlimited number of secondary addresses. Secondary addresses are treated like primary addresses, except the system never generates datagrams other than routing updates with secondary source addresses. IP broadcasts and Address Resolution Protocol (ARP) requests are handled properly, as are interface routes in the IP routing table.
Secondary IP addresses can be used in a variety of situations. The following are the most common applications:
? There may not be enough host addresses for a particular network segment. For example, your subnetting allows up to 254 hosts per logical subnet, but on one physical subnet you need 300 host addresses. Using secondary IP addresses on the routers or access servers allows you to have two logical subnets using one physical subnet.
? Many older networks were built using Level 2 bridges. The judicious use of secondary addresses can aid in the transition to a subnetted, router-based network. Routers on an older, bridged segment can be easily made aware that many subnets are on that segment.
? Two subnets of a single network might otherwise be separated by another network. This situation is not permitted when subnets are in use. In these instances, the first network is extended, or layered on top of the second network using secondary addresses.
Thanks,
satish
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