Skip to content
Snippets Groups Projects
user avatar
Pragati Pandey authored
New snmp extensions have been created for product name, product serial no,
firmware version and mac addressi

Testing results:

snmpwalk -v 2c -c public 172.25.115.102 1.3.6.1.4.1.25167.5.3
iso.3.6.1.4.1.25167.5.3.1.1.1.0 = STRING: "FT-P3410B"
iso.3.6.1.4.1.25167.5.3.1.1.2.0 = STRING: "W.4320270023"
iso.3.6.1.4.1.25167.5.3.1.1.3.0 = STRING: "GenXOS-panther-GNXL2-genxos-11.4.0-N211205"
iso.3.6.1.4.1.25167.5.3.1.1.4.0 = STRING: "34:e3:80:cb:84:90"
iso.3.6.1.4.1.25167.5.3.1.2.1.0 = INTEGER: 1
iso.3.6.1.4.1.25167.5.3.1.2.4.0 = INTEGER: 1
root@D_wan_115_1:~# snmpget -v 2c -c public 172.25.115.102 iso.3.6.1.4.1.25167.5.3.1.1.1.0
iso.3.6.1.4.1.25167.5.3.1.1.1.0 = STRING: "FT-P3410B"
root@D_wan_115_1:~# snmpget -v 2c -c public 172.25.115.102 iso.3.6.1.4.1.25167.5.3.1.1.2.0
iso.3.6.1.4.1.25167.5.3.1.1.2.0 = STRING: "W.4320270023"
root@D_wan_115_1:~# snmpget -v 2c -c public 172.25.115.102 iso.3.6.1.4.1.25167.5.3.1.1.3.0
iso.3.6.1.4.1.25167.5.3.1.1.3.0 = STRING: "GenXOS-panther-GNXL2-genxos-11.4.0-N211205"
root@D_wan_115_1:~# snmpget -v 2c -c public 172.25.115.102 iso.3.6.1.4.1.25167.5.3.1.1.4.0
iso.3.6.1.4.1.25167.5.3.1.1.4.0 = STRING: "34:e3:80:cb:84:90"

Change-Id: Ic7de2b5389929e2e1e539bb6bd615a4e4a7daf5c
cef50205
History

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.

Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.

Usage

This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update packages
./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.