cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
433
Views
0
Helpful
1
Replies

OID for Ethernet interface... PIX515

jins
Beginner
Beginner

Hi,

I would like to monitor the ethernet interfaces on a PIX 515 firewall with Software version 6.0(1). I just need to get the UP/DOWN status of the interface which I'm monitoring from a SNMP monitoring software. The software needs the OID for the interface.

Thanks for replies

Jins

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

This is just standard SNMP, you can easily find this by doing an snmpwalk on the PIX. Mine shows the following:

interfaces.ifTable.ifEntry.ifAdminStatus.1 = up(1)

interfaces.ifTable.ifEntry.ifAdminStatus.2 = up(1)

interfaces.ifTable.ifEntry.ifOperStatus.1 = up(1)

interfaces.ifTable.ifEntry.ifOperStatus.2 = up(1)

or if you want the numbers:

.1.3.6.1.2.1.2.2.1.7.1 = up(1)

.1.3.6.1.2.1.2.2.1.7.2 = up(1)

.1.3.6.1.2.1.2.2.1.8.1 = up(1)

.1.3.6.1.2.1.2.2.1.8.2 = up(1)

Interface 1 is outside, interface 2 is inside.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers