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

OSPF Cost issue and CDP low level information

khizar.khan
Level 1
Level 1

I am facing issue on Cisco 4506 and 4507 switches that I am running OSPF on both the switches and when I set interface bandwidth to 2048 then it is calculating its cost as 488 instead of 48, where as when I set interface bandwidth to 2048 on other switches and routers it shows correct cost of 48.

My 2nd question is regarding CDP

On point to point links cdp information shows correct IP of neighbouring device interface IP but in case of switches where there are multiple Vlans and multiple IPs and both the switches are connected through trunk. Which IP should be displayed through show cdp command?

e.g. Switch A has 2 VLANs with 10.68.0.1 and 10.160.0.1 and Loopback address of 10.255.25.1 which IP address should be seen on switch B when displaying show cdp neigh detail command.

Which criteria does CDP takes when displaying these information, is it the highest IP address of neighbouring device or some other method.

I am getting 10.160.0.1 on my switch but highest IP is Loopback address IP.

Kindly help me out in these 2 problems.

5 Replies 5

lee.reade
Level 4
Level 4

Hi,

You may have some kind of bug regarding the ospf cost value, it should be 48, as you have mentioned.

Try remove the bandwidth statement and re-applying.

Regarding cdp, it will use the first available ip inteface to source its cdp packets from, and this can be changed to any interface you wish as per;

http://www.cisco.com/en/US/docs/ios/netmgmt/command/reference/nm_02.html#wp1012066

HTH

LR

Hi,

I dont get why its taking first available IP as 10.160.0.1, what is the criteria of selcting IP, because it is not the lowest niether higher IP, it sits in the middle.

IPs are 10.68.0.1, 10.160.0.1 and 10.255.25.1

Kevin Dorrell
Level 10
Level 10

For the OSPF problem, I wonder if you have auto-cost reference-bandwidth 1000 somewhere in your config.

Kevin Dorrell

Luxembourg

Hi Kevin,

Thanks for the information, after removing the auto-cost reference-bandwidth command now its working fine, thanks again.

Could you please also reply for CDP issue. If source interface is not set then what is the criteria for selecting IP is the higest IP or any available IP.

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Khizar,

OSPF issue has been resolved by Kevin and I rated its answer.

For CDP : CDP is a Layer 2 protocol and will go on the trunk link in the native VLAN.

So I would expect to see IP address associated to the Native VLAN if an SVI (L3 interface) exists for that.

I would be surprised to see a loopback address on the sh cdp neigh, the address is provided to allow a direct telnet session from current device and so it is an address that belongs to one of the vlans carried on trunk (native I would expect)

For using a loopback address some form of routing should be in place and CDP cannot know this.

For example the sh cdp neigh of a device that is out of your control can show an ip address that you cannot reach/telnet to.

Hope to help

Giuseppe