cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
5
Replies

Interview Question

dfurr
Level 1
Level 1

I was asked a question concerning an error that is very common when you configure a 255.255.255.252 subnet on a frame-relay subinterface? The error was something about invalid/bad ip address, the interviewer wanted me to tell him how to prevent this. I believe he was looking for a specific command!

Just wondering!

5 Replies 5

zsiddiqu
Level 1
Level 1

Following web site has errors and their explanation relating to entering ip addresses on router interfaces. This might be of some help:

http://www.cisco.com/techtools/ip_addr_help.html

mljohnson
Level 4
Level 4

There has to be more to the scenario for there to be a problem. In general a mask of 255.255.255.252 means that you can have 2 host addresses off the network, which is fine. If the host or network addresses happen to overlap some other interface, then there would be a problem and an error would be generated. But otherwise, using this mask with no other information as to what may conflict should be fine.

smoosa
Cisco Employee
Cisco Employee

If you check on a router you will find that you are able to configure a /30 mask on a frame relay subinterface with out a problem.

Was the scenario given to you more specific in any way ?

shnypr
Level 1
Level 1

I have run into that error as well, and in my case it didnt have anything to do with the interface.

If you attempt to configure an ip on an interface, and you get the error "invalid/bad ip address", then it is one of 3 things.

1. you need to enter the command "ip classless"

2. you need to enter the command "ip subnet-zero"

3. you are trying to assign a network/broadcast ip to an interface (which is impossible)

Hope that helps

ndarnell
Level 1
Level 1

Sounds like he was looking for "ip classless"