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

SNMP access

julien.lephay
Level 1
Level 1

Hi,

I need to access with SNMP to the description field associated to an interface. The field im looking isn't ifdescr, its the field called "description" that you can see when you do a show interface.

Thx to tell me if I can access it via snmp, and if yes how.

Julien.

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

You want ifAlias.

yjdabear
VIP Alumni
VIP Alumni

Or "ifName" for PIX/ASA.

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=true&objectInput=ifName

snmpwalk device-name ifAlias/ifName

or

snmpget device-name (ifAlias/ifName).ifIndex#

Thx. Alias is exactly what I was looking for.

Julien.