SERVICE-LOCATION-PROTOCOL-MIB

File: SERVICE-LOCATION-PROTOCOL-MIB.mib (20800 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
mib-2 TEXTUAL-CONVENTION TruthValue
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString

Defined Types

SlpAgentTypeTC  
The type of this SLP agent. See: 'net.slp.isDA' in SLP API (RFC 2614).
TEXTUAL-CONVENTION    
  INTEGER da(1), sa(2), ua(3)  

SlpScopeSourceTC  
The source (DHCP, etc) of this SLP scope or scope list. See: Section 2 'Introduction' in RFC 2610.
TEXTUAL-CONVENTION    
  INTEGER static(1), staticDA(2), dhcp(3), dhcpDA(4), dynamicDA(5), dynamicSA(6), default(7)  

SlpAttributeTypeTC  
The type of this SLP attribute. See: Section 5 'Service Attributes' in SLPv2 (RFC 2608).
TEXTUAL-CONVENTION    
  INTEGER attrBoolean(1), attrInteger(2), attrString(3), attrOpaque(4), attrKeyword(5)  

SlpAgentEntry  
SEQUENCE    
  slpAgentIndex Integer32
  slpAgentSWInstalledIndexOrZero Integer32
  slpAgentName SnmpAdminString
  slpAgentType SlpAgentTypeTC
  slpAgentIsBroadcastOnly TruthValue
  slpAgentActiveDADiscovery TruthValue
  slpAgentPassiveDADiscovery TruthValue
  slpAgentMessageTypesSupported OCTET STRING
  slpAgentExtensionsSupported OCTET STRING

SlpScopeEntry  
SEQUENCE    
  slpScopeIndex Integer32
  slpScopeSource SlpScopeSourceTC
  slpScopeValue SnmpAdminString

SlpAddressEntry  
SEQUENCE    
  slpAddressIndex Integer32
  slpAddressAgentType SlpAgentTypeTC
  slpAddressSource SlpScopeSourceTC
  slpAddressOrName SnmpAdminString

SlpAttributeEntry  
SEQUENCE    
  slpAttributeIndex Integer32
  slpAttributeName SnmpAdminString
  slpAttributeType SlpAttributeTypeTC
  slpAttributeValue SnmpAdminString

Defined Values

slpMIB 1.3.6.1.2.1.999
The MIB module for monitoring (but not configuration) of SLP (Service Location Protocol) directory agents (DAs), service agents (SAs), and/or user agents (UAs) on managed systems.
MODULE-IDENTITY    

slpMIBObjects 1.3.6.1.2.1.999.1
OBJECT IDENTIFIER    

slpMIBConformance 1.3.6.1.2.1.999.2
OBJECT IDENTIFIER    

slpMIBObjectGroups 1.3.6.1.2.1.999.2.2
OBJECT IDENTIFIER    

slpAgent 1.3.6.1.2.1.999.1.1
OBJECT IDENTIFIER    

slpAgentTable 1.3.6.1.2.1.999.1.1.1
A table containing SLP (Service Location Protocol) objects for all of the SLP directory agents (DAs), service agents (SAs), or user agents (UAs) currently installed and (possibly) active on this managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlpAgentEntry

slpAgentEntry 1.3.6.1.2.1.999.1.1.1.1
An entry containing SLP (Service Location Protocol) objects for one of the SLP directory agents (DAs), service agents (SAs), or user agents (UAs) currently installed and (possibly) active on this managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlpAgentEntry  

slpAgentIndex 1.3.6.1.2.1.999.1.1.1.1.1
Ordinal of this conceptual row in 'slpAgentTable'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

slpAgentSWInstalledIndexOrZero 1.3.6.1.2.1.999.1.1.1.1.2
The value of 'hrSWInstalledIndex' in the Host Resources MIB (RFC 2790) for the executable software for this SLP agent, or zero if none. See: 'hrSWInstalledIndex' in Host Resources MIB (RFC 2790).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

slpAgentName 1.3.6.1.2.1.999.1.1.1.1.3
The friendly locally unique name for this SLP agent, for use with remote network management scripts and GUIs For example 'daNewYork'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

slpAgentType 1.3.6.1.2.1.999.1.1.1.1.4
The type of this SLP agent (DA, SA, or UA). See: 'net.slp.isDA' in SLP API (RFC 2614).
Status: current Access: read-only
OBJECT-TYPE    
  SlpAgentTypeTC  

slpAgentIsBroadcastOnly 1.3.6.1.2.1.999.1.1.1.1.5
Broadcast only network enabled for this SLP agent. If 'true', SLP agent MUST send only broadcast messages. If 'false', SLP agent MAY send multicast messages. See: 'Broadcast Only' in section 14 of SLPv2 (RFC 2608). See: 'net.slp.isBroadcastOnly' in SLP API (RFC 2614).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

slpAgentActiveDADiscovery 1.3.6.1.2.1.999.1.1.1.1.6
Active DA discovery allowed for this SLP agent. If 'true', SLP agent MAY actively discover DAs, If 'false', SLP agent MUST NOT actively discover DAs. See: 'Active DA Discovery' in SLPv2 (RFC 2608). See: 'net.slp.DAActiveDiscoveryInterval' in SLP API (RFC2614).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

slpAgentPassiveDADiscovery 1.3.6.1.2.1.999.1.1.1.1.7
Passive DA discovery allowed for this SLP agent. If 'true', SLP agent MAY passively discover DAs, If 'false', SLP agent MUST NOT passively discover DAs. See: 'Passive DA Advertising' in SLPv2 (RFC 2608). See: 'net.slp.passiveDADetection' in SLP API (RFC2614).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

slpAgentMessageTypesSupported 1.3.6.1.2.1.999.1.1.1.1.8
The SLP message types supported by this SLP agent, expressed as an array of binary Function-ID values (RFC 2608). For example '0102'H means 'SrvRqst, SrvRply'. See: Section 8 'Required SLP Messages' in SLPv2 (RFC 2608).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

slpAgentExtensionsSupported 1.3.6.1.2.1.999.1.1.1.1.9
The SLP extensions supported by this SLP agent, expressed as an array of binary Extension ID values (RFC 2608), in network byte order (i.e., big-endian representation). For example '00020003'H means 'AttributeList, VendorOpaque'. See: Section 9.1 'SLP Extensions' in SLPv2 (RFC 2608).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

slpScope 1.3.6.1.2.1.999.1.2
OBJECT IDENTIFIER    

slpScopeTable 1.3.6.1.2.1.999.1.2.1
A table containing SLP (Service Location Protocol) objects for scope lists on this managed system. Usage: This table sparsely augments the 'slpAgentTable'. Usage: Scope lists consist of one or more rows in the 'slpScopeTable' (one row per scope value) for each SLP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlpScopeEntry

slpScopeEntry 1.3.6.1.2.1.999.1.2.1.1
An entry containing SLP (Service Location Protocol) objects for one scope value on this managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlpScopeEntry  

slpScopeIndex 1.3.6.1.2.1.999.1.2.1.1.1
Ordinal of this conceptual single row in 'slpScopeTable', subordinate to 'slpAgentIndex'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

slpScopeSource 1.3.6.1.2.1.999.1.2.1.1.2
The source (DHCP, etc) of this SLP scope. See: Section 2 'Introduction' in RFC 2610.
Status: current Access: read-only
OBJECT-TYPE    
  SlpScopeSourceTC  

slpScopeValue 1.3.6.1.2.1.999.1.2.1.1.3
One scope configured or discovered for this SLP agent. Note: The default (and lowest preference) scope value for any SLP agent is the string 'DEFAULT' verbatim in uppercase, per SLPv2 (RFC 2608). See: 'net.slp.useScopes' in SLP API (RFC 2614).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

slpAddress 1.3.6.1.2.1.999.1.3
OBJECT IDENTIFIER    

slpAddressTable 1.3.6.1.2.1.999.1.3.1
A table containing SLP (Service Location Protocol) objects for remote DA/SA address lists known to this managed system. Usage: This table sparsely augments the 'slpAgentTable'. Usage: DA/SA address lists consist of one or more rows in the 'slpAddressTable' (one row per address) for each SLP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlpAddressEntry

slpAddressEntry 1.3.6.1.2.1.999.1.3.1.1
An entry containing SLP (Service Location Protocol) objects for one remote DA or SA address known to this managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlpAddressEntry  

slpAddressIndex 1.3.6.1.2.1.999.1.3.1.1.1
Ordinal of this conceptual single row in 'slpAddressTable', subordinate to 'slpAgentIndex'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

slpAddressAgentType 1.3.6.1.2.1.999.1.3.1.1.2
The type of this remote SLP agent (DA or SA). See: 'net.slp.isDA' in SLP API (RFC 2614).
Status: current Access: read-only
OBJECT-TYPE    
  SlpAgentTypeTC  

slpAddressSource 1.3.6.1.2.1.999.1.3.1.1.3
The source (DHCP, etc) of this remote SLP agent address. For example 'static(1)'. See: 'slpScopeSource' above in this SLP MIB.
Status: current Access: read-only
OBJECT-TYPE    
  SlpScopeSourceTC  

slpAddressOrName 1.3.6.1.2.1.999.1.3.1.1.4
Text formatted (dotted decimal) IPv4 address; or (per RFC 2373) text formatted (colon-delimited hexadecimal) IPv6 address; or a fully qualifed DNS name for this remote SLP agent (DA or SA). For example '13.281.11.12' or '3FFE:2A00:100:7031::1'. See: IP Version 6 Addressing Architecture (RFC 2373). See: Format for Literal IPv6 Addresses in URLs (RFC 2732). See: 'net.slp.DAAddresses' in SLP API (RFC 2614).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

slpAttribute 1.3.6.1.2.1.999.1.4
OBJECT IDENTIFIER    

slpAttributeTable 1.3.6.1.2.1.999.1.4.1
A table containing SLP (Service Location Protocol) objects for SLP agent (DA or SA) attribute lists on this managed system. Usage: This table sparsely augments the 'slpAgentTable' (UAs do not have attribute lists - DAs/SAs should have attribute lists with at least the SLP standard DA/SA attributes). Usage: Attribute lists consist of one or more rows in the 'slpAttributeTable' (one row per attribute) for each SLP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlpAttributeEntry

slpAttributeEntry 1.3.6.1.2.1.999.1.4.1.1
An entry containing SLP (Service Location Protocol) objects for one SLP agent (DA or SA) attribute on this managed system. See: 'net.slp.DAAttributes' in SLP API (RFC 2614). See: 'net.slp.SAAttributes' in SLP API (RFC 2614).
Status: current Access: not-accessible
OBJECT-TYPE    
  SlpAttributeEntry  

slpAttributeIndex 1.3.6.1.2.1.999.1.4.1.1.1
Ordinal of this conceptual single row in 'slpAttributeTable', subordinate to 'slpAgentIndex'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

slpAttributeName 1.3.6.1.2.1.999.1.4.1.1.2
The name of this SLP attribute. For example 'printer-resolution-supported' in the 'service:printer' IANA registered service template. See: Section 5 'Service Attributes' in SLPv2 (RFC 2608).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..64)  

slpAttributeType 1.3.6.1.2.1.999.1.4.1.1.3
The type of this SLP attribute. For example 'attrBoolean' for a string formatted boolean. See: Section 5 'Service Attributes' in SLPv2 (RFC 2608).
Status: current Access: read-only
OBJECT-TYPE    
  SlpAttributeTypeTC  

slpAttributeValue 1.3.6.1.2.1.999.1.4.1.1.4
The value of this SLP attribute: a) A UTF-8 string if 'slpAttributeType' is 'attrBoolean', 'attrInteger', or 'attrString' b) an escaped string if 'slpAttributeType' is 'attrOpaque'; or c) an empty string if 'slpAttributeType' is 'attrKeyword'. See: Section 5 'Service Attributes' in SLPv2 (RFC 2608).
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

slpMIBCompliance 1.3.6.1.2.1.999.2.1
The compliance statements for SNMP Command Responders that implement the Service Location Protocol MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

slpAgentGroup 1.3.6.1.2.1.999.2.2.1
The Agent object group in the SLP MIB
Status: current Access: read-only
OBJECT-GROUP    

slpScopeGroup 1.3.6.1.2.1.999.2.2.2
The Scope object group in the SLP MIB
Status: current Access: read-only
OBJECT-GROUP    

slpAddressGroup 1.3.6.1.2.1.999.2.2.3
The Address object group in the SLP MIB
Status: current Access: read-only
OBJECT-GROUP    

slpAttributeGroup 1.3.6.1.2.1.999.2.2.4
The Attribute object group in the SLP MIB
Status: current Access: read-only
OBJECT-GROUP