- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- SNMP - State of Port, Operational Mode, Port taggi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2009 12:03 PM
тАО03-30-2009 12:03 PM
SNMP - State of Port, Operational Mode, Port tagging
1 - The state of the port as defined by STP (Disabled, Blocking, Listening, Learning, Forwading) of every port on a switch.
2 - Is there another way to find out port tagging(tagged, untagged, no forbid) informations about vlan on a switch without using those misunderstood informations
dot1qVlanStaticUntaggedPorts
Oid :1.3.6.1.2.1.17.7.1.4.3.1.4
The output is a 16 hexadecimal group that I cannot understand the meaning.
3 - The port operational mode on a switch (10FD, 10HD, 100FD, 100HD, etc) not the admin port fast ethernet mode like :
hpSwitchPortFastEtherMode
Oid 1.3.6.1.4.1.11.2.14.11.5.1.7.1.3.1.1.10
I'm using HP Procurve Switch.
P.S. : I do not have any license of the HP software, anyway, it doesn't give me all that I want. I must use SNMP.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2009 11:29 AM
тАО03-31-2009 11:29 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
http://www.hp.com/rnd/software/j8991-b023.htm
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 06:11 AM
тАО04-01-2009 06:11 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
I've found some informations :
1-
State of the port as defined by STP :
Name : dot1dStpPortState
OID : 1.3.6.1.2.1.17.2.15.1.3
Value:
1 disabled
2 blocking
3 listening
4 learning
5 forwarding
6 broken
2-
Name: dot1qVlanStaticUntaggedPorts
Oid : 1.3.6.1.2.1.17.7.1.4.3.1.4
Really easy to use, the hex string output refer to bit position :
ff ff ff ff
1111 1111 1111 1111
In order, each port represent one bit.
But I'm always looking for :
I'm able to get the admin operation mode but I'm looking for the operation mode,
e.g. if I set a port to auto-neg, I want to know the value the port will take.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 07:32 AM
тАО04-01-2009 07:32 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 08:25 AM
тАО04-01-2009 08:25 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
Thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 08:45 AM
тАО04-01-2009 08:45 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
OID 1.3.6.1.2.1.10.7.2.1.19[dot3StatsDuplexStatus] can be used.
From the mib definition(rfc2665.mib), the OID represents "The current mode of operation of the MAC entity. 'unknown' indicates that the current duplex mode could not be determined"...
hope that helps
Javed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 09:09 AM
тАО04-01-2009 09:09 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2009 07:34 PM
тАО04-01-2009 07:34 PM
Re: SNMP - State of Port, Operational Mode, Port tagging
ifSpeed[1.3.6.1.2.1.2.2.1.5] or ifHighSpeed[1.3.6.1.2.1.31.1.1.1.15] would help?
Javed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2009 04:30 AM
тАО04-02-2009 04:30 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2009 06:00 AM
тАО04-02-2009 06:00 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2009 06:48 AM
тАО04-02-2009 06:48 AM
Re: SNMP - State of Port, Operational Mode, Port tagging
State of the port as defined by STP :
Name : dot1dStpPortState
OID : 1.3.6.1.2.1.17.2.15.1.3
Value:
1 disabled
2 blocking
3 listening
4 learning
5 forwarding
6 broken
2-
Name: dot1qVlanStaticUntaggedPorts
Oid : 1.3.6.1.2.1.17.7.1.4.3.1.4
Really easy to use, the hex string output refer to bit position :
ff ff ff ff
1111 1111 1111 1111
In order, each port represent one bit.
3-
Operation mode of a port
-Duplex Mode
OID :1.3.6.1.2.1.10.7.2.1.19[dot3StatsDuplexStatus]
1 unknown
2 halfduplex
3 fullduplex
-Current Speed of the port
OID: 1.3.6.1.2.1.31.1.1.1.15[ifHighSpeed]