internalVirtualSwitchEnable
MX-VM-MIB ·
.0.4500.1.100.200
Object
Internal Virtual Switch Enable
Specifies if an internal virtual network interface ? also
known as a host-only virtual switch - should be created
between the VM(s) and the host.
* Disable: No internal virtual network interface.
* Enable: An internal virtual network interface is created
with the address and subnet mask specified in the
InternalVirtualLinkIpAddr parameter.
When enabled, the internal virtual switch is listed after the
'external' virtual switches in the VM(s).
This internal virtual switch only enables internal
communications on a known subnet, and does not depend on the
state of the physical network ports. To allow external
communications in the VM(s), see the
Eth.LinksTable.LinksVirtualSwitch parameters.
Context
- MIB
- MX-VM-MIB
- OID
.0.4500.1.100.200- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- configGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-VM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-VM-MIB::internalVirtualSwitchEnable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-VM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-VM-MIB::internalVirtualSwitchEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |