Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It will update the existing SSID to new SSID and will broadcast the new one. You can confirm the same by running snmpget command again or by checking in /nvram/hostapd0.conf file

Inline Table Editing
root@RaspberryPi-Gateway:~# snmpset -OQ -Ir -v 2c -c private 192.168.0.108 1.3.6.1.4.1.17270.50.2.2.2.1.1.3.10001 s RDKB_RPI_2G
SNMPv2-SMI::enterprises.17270.50.2.2.2.1.1.3.10001 = "RDKB_RPI_2G"
root@RaspberryPi-Gateway:~# 
root@RaspberryPi-Gateway:~# 
root@RaspberryPi-Gateway:~# snmpget -OQ -Ir -v 2c -c public 192.168.0.108 1.3.6.1.4.1.17270.50.2.2.2.1.1.3.10001 SNMPv2-SMI::enterprises.17270.50.2.2.2.1.1.3.10001 = "RDKB_RPI_2G"
root@RaspberryPi-Gateway:~# dmcli eRT getv Device.WiFi.SSID.1.SSID CR component name is: eRT.com.cisco.spvtg.ccsp.CR subsystem_prefix eRT. getv from/to component(eRT.com.cisco.spvtg.ccsp.wifi): Device.WiFi.SSID.1.SSID Execution succeed. Parameter 1 name: Device.WiFi.SSID.1.SSID type: string, value: RDKB_RPI_2G

SnmpWalk Command

snmpwalk command is used for to fetch all the oids under a tree

...