All MIBs › NBS-CMMC-MIB › nbsCmmcSysTftpHostIP
nbsCmmcSysTftpHostIP
Module: NBS-CMMC-MIB
OID (symbolic): NBS-CMMC-MIB::nbsCmmcSysTftpHostIP
OID (numeric): 1.3.6.1.4.1.629.200.4.1
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-write
Description:
This is the IP Address of the TFTP Server/Client serving the actual TFTP transfer. A TFTP transfer may mean a software/microcode/parameter/etc.. download/upload process, initiated by the SNMP agent, for one of the modules, including, but not only, the System Control Card. It is 0.0.0.0, if th TFTP host is undefined.
What is nbsCmmcSysTftpHostIP?
This OID stores the IP address of the TFTP server used to transfer files (such as software updates) to and from the device. It specifies the location where firmware downloads come from. A network admin sets this to point at the correct internal file server before initiating system software upgrades.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.629.200.4.1 snmpwalk -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysTftpHostIP
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.629.200.4.1.1 snmpget -v2c -c public <target> NBS-CMMC-MIB::nbsCmmcSysTftpHostIP.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.629.200.4.1.1 a <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> nbsCmmcSysTftpHostIP.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.629 | nbs | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200 | nbsCmmcMib | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.4 | nbsCmmcTftpGrp | NBS-CMMC-MIB |
| 1.3.6.1.4.1.629.200.4.1 | nbsCmmcSysTftpHostIP | NBS-CMMC-MIB |