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

FXO SNMP

fsanchez
Level 1
Level 1

Can I reset an FXO using SNMP MIB?

1 Accepted Solution

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame

Yes.

From the CISCO-VOICE-ANALOG-IF-MIB:

-- The ifEntry for an Analog Voice Interface supports the

-- ifGeneralInformationGroup of Cisco IF-MIB.

Hence if you change the IfAdminStatus from up to down to up again, you will have reset the voice port.

Note, that if the FXO port got stuck because of a software bug, the above operation doesn't guarantte it will resume working.

Hope this helps, please rate post if it does!

View solution in original post

5 Replies 5

paolo bevilacqua
Hall of Fame
Hall of Fame

Yes.

From the CISCO-VOICE-ANALOG-IF-MIB:

-- The ifEntry for an Analog Voice Interface supports the

-- ifGeneralInformationGroup of Cisco IF-MIB.

Hence if you change the IfAdminStatus from up to down to up again, you will have reset the voice port.

Note, that if the FXO port got stuck because of a software bug, the above operation doesn't guarantte it will resume working.

Hope this helps, please rate post if it does!

Hi, thanks for the answer, do you've any example to explain how do I use this?

You need a network management platform, insert the right OID as indicated by the MIB for the right interface, change status to down and up again. The details of operation depends on the network management platform used.

Hi,

I use this method and works...

Index of FXO

snmpwalk -c public -m CISCO-VOICE-ANALOG-IF-MIB.txt 192.168.0.100 .1.3.6.1.4.1.9.9.62.1.3.2.1.1

.iso.3.6.1.4.1.9.9.62.1.3.2.1.1.3 = 1

.iso.3.6.1.4.1.9.9.62.1.3.2.1.1.4 = 1

.iso.3.6.1.4.1.9.9.62.1.3.2.1.1.5 = 1

.iso.3.6.1.4.1.9.9.62.1.3.2.1.1.6 = 1

Down the FXO

snmpset -c public -m CISCO-VOICE-ANALOG-IF-MIB.txt 192.168.0.100 .1.3.6.1.2.1.2.2.1.7.3 i 2

UP de FXO

snmpset -c public -m CISCO-VOICE-ANALOG-IF-MIB.txt 192.168.0.100 .1.3.6.1.2.1.2.2.1.7.3 i 1

Thanks for your time.

Glad to know it worked, thanks for the nice rating and good luck!

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: