- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- SNMP Set a port in a vlan - HP 1905 switch
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-29-2012 08:27 AM
08-29-2012 08:27 AM
SNMP Set a port in a vlan - HP 1905 switch
Hi,
I need to write a provisioning script to configure a few HP 1905 switches. They are used to connect iLO ports etc, so those small 1905's are perfect for that job.
I've found I can create new VLANs by using the following command: (eg: create Vlan7)
$ snmpset -c SNMPCOMMUNITY 10.1.10.99 1.3.6.1.4.1.2011.2.23.1.2.1.1.1.13.7 i 4
But I can't seem to add a port in a VLAN. I've figured out I need to play with the bytes in 1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7 (again, for VLAN 7), and found out how the ports are encoded in that value, but it seems the switch just ignores my commands. Eg:
$ snmpget -c SNMPCOMMUNITY -On 10.1.10.99 1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7
.1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7 = Hex-STRING: 00 00 00 00
$ snmpset -v2c -c SNMPCOMMUNITY -On 10.1.10.99 1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7 x "00010000"
.1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7 = Hex-STRING: 00 01 00 00
$ snmpget -c SNMPCOMMUNITY -On 10.1.10.99 1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7
.1.3.6.1.4.1.2011.2.23.1.2.1.1.1.3.7 = Hex-STRING: 00 00 00 00
I also tried removing the port from vlan1 first, but that doesn't do anything either...
Anyone done this before?
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP