If you populate the SNMP-readable interface "description" on your switch - 
Intermapper will read that - and the alarm/alert will show the name you set in 
the router/switch.

Ensure whatever prove you're using is doing SNMPv2 (So it can read interface 
names, descriptions, etc..)

i.e.

IOS style:

!
interface gigabitEthernet3/34
 description Some Server I Want Intermapper to know the Name Of
 switchport mode access 
 switchport access vlan 100
 no cdp enable
!

JunOS style:

interfaces {
    ge-0/3/34 {
        description "Some Server I Want Intermapper to know the Name Of";
        unit 0 {
            family ethernet-switching {
                port-mode access;
                vlan members 100;
            }
        }
    }
}

- Chris.


On 2012-01-07, at 10:20 AM, AnthonyJ wrote:

> 
> Currently I only get this
> 
> Event: Warning
> Name: SG-4507-1
> Document: SG-4507-1 Discards
> Address: 10.53.9.253
> Probe Type: SNMP Traffic (port 161 SNMPv1)
> Condition: GigabitEthernet3/34 [ifIndex=37] TX Discards = 71/minute
> 
> Time since last reported down: N/A
> Device's up time: 332 days, 17 hours, 33 minutes, 23 seconds
> 
> I have a server connected to this port and would like it shown in the alerts. 
> Any help would be appreciated. Thanks!

____________________________________________________________________
List archives:
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to