BIANCA-BRICK-UPNP-MIB

File: BIANCA-BRICK-UPNP-MIB.mib (8180 bytes)

Imported modules

RFC1155-SMI RFC1158-MIB RFC-1212

Imported symbols

IpAddress Counter enterprises
DisplayString OBJECT-TYPE

Defined Types

IpNatUPnPEntry  
SEQUENCE    
  ipNatUPnPIfIndex INTEGER
  ipNatUPnPProtocol INTEGER
  ipNatUPnPRemoteAddr IpAddress
  ipNatUPnPExtPort INTEGER
  ipNatUPnPIntAddr IpAddress
  ipNatUPnPIntPort INTEGER
  ipNatUPnPLeaseDuration INTEGER
  ipNatUPnPStatus INTEGER
  ipNatUPnPDescription DisplayString

UpnpIfEntry  
SEQUENCE    
  upnpIfIndex INTEGER
  upnpIfClientRequests INTEGER
  upnpIfUPnPControlled INTEGER

Defined Values

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

biboip 1.3.6.1.4.1.272.4.5
OBJECT IDENTIFIER    

upnp 1.3.6.1.4.1.272.4.5.45
OBJECT IDENTIFIER    

upnpGlobals 1.3.6.1.4.1.272.4.5.45.10
OBJECT IDENTIFIER    

upnpGlobStatus 1.3.6.1.4.1.272.4.5.45.10.10
This object specifies whether UPnP is enabled on the router. Possible values: enabled(10), -- UPnP enabled restricted(20), -- UPnP mapping requests for client IP only disabled(30) -- UPnP disabled (default).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(10), restricted(20), disabled(30)  

upnpGlobTcpPort 1.3.6.1.4.1.272.4.5.45.10.20
The TCP port which is monitored by UPnP for HTTP requests received from UPnP clients.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

upnpGlobSsdpTtl 1.3.6.1.4.1.272.4.5.45.10.30
The time-to-live value for SSDP packet transmitted on the LAN. If this object is set to 0, the default value specified in the ip MIB will be used instead.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

ipNatUPnPTable 1.3.6.1.4.1.272.4.5.45.20
This table specifies the IP addresses and port numbers for sessions requested from outside and authorized by a UPnP client. Entries in the table are created by UPnP clients.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNatUPnPEntry

ipNatUPnPEntry 1.3.6.1.4.1.272.4.5.45.20.10
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpNatUPnPEntry  

ipNatUPnPIfIndex 1.3.6.1.4.1.272.4.5.45.20.10.10
This object specifies the interface index, for which the table entry shall be valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipNatUPnPProtocol 1.3.6.1.4.1.272.4.5.45.20.10.20
This object specifies the protocol, for which the table entry shall be valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER tcp(6), udp(17)  

ipNatUPnPRemoteAddr 1.3.6.1.4.1.272.4.5.45.20.10.30
This object specifies the IP address of the remote host initiating the connection. An incoming call can only be accepted if the IP adress of the remote host initiating the connection is the one specified by this object. If this object is set to 0.0.0.0, the table entry will be valid for any remote host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipNatUPnPExtPort 1.3.6.1.4.1.272.4.5.45.20.10.40
This object specifies the destination port number for incoming calls. An incoming call can only be accepted if the destination port is the one specified by this object. If this object is set to -1, the entry is valid for all port numbers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -1..65535  

ipNatUPnPIntAddr 1.3.6.1.4.1.272.4.5.45.20.10.50
This object specifies the internal target host IP address for incoming calls matching the table entry. An incoming call matching this entry will be routed to the internal server specified by this object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipNatUPnPIntPort 1.3.6.1.4.1.272.4.5.45.20.10.60
This object specifies the internal target host port-number for incoming calls matching the table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

ipNatUPnPLeaseDuration 1.3.6.1.4.1.272.4.5.45.20.10.70
This object specifies a lease duration in seconds. The entry is discarded at the end of this time. If this object is set to 0, the lease duration is infinite, and the entry will have to be explicitely deleted by a UPnP client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..5184000  

ipNatUPnPStatus 1.3.6.1.4.1.272.4.5.45.20.10.80
This object specifies whether this entry is currently enabled or disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(10), enabled(20), disabled(30)  

ipNatUPnPDescription 1.3.6.1.4.1.272.4.5.45.20.10.90
This object specifies an optional description for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

upnpIfTable 1.3.6.1.4.1.272.4.5.45.30
This table specifies how various interfaces are handled by UPnP. Entries in the table are created and deleted by the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UpnpIfEntry

upnpIfEntry 1.3.6.1.4.1.272.4.5.45.30.10
An entry in the upnpIfTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UpnpIfEntry  

upnpIfIndex 1.3.6.1.4.1.272.4.5.45.30.10.10
This object specifies the interface index, for which the table entry shall be valid.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

upnpIfClientRequests 1.3.6.1.4.1.272.4.5.45.30.10.20
This object specifies whether UPnP accepts client requests received through this interface. Possible values: enabled(10) -- UPnP client requests enabled disabled(20) -- UPnP client requests disabled (default).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(10), disabled(20)  

upnpIfUPnPControlled 1.3.6.1.4.1.272.4.5.45.30.10.30
This object specifies if this interface can be controlled through UPnP requests. Possible values: enabled(10) -- UPnP control of the interface enabled disabled(20) -- UPnP control of the interface disabled (default).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(10), disabled(20)