SAVI-MIB

File: SAVI-MIB.mib (14519 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
IF-MIB INET-ADDRESS-MIB IP-MIB

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-IDENTITY OBJECT-TYPE Counter32
Unsigned32 TEXTUAL-CONVENTION MacAddress
TimeInterval RowStatus InterfaceIndex
InetVersion InetAddressType InetAddress
ip

Defined Types

SaviObjectsSystemEntry  
SEQUENCE    
  saviObjectsSystemIPVersion InetVersion
  saviObjectsSystemMode INTEGER
  saviObjectsSystemMaxDadDelay TimeInterval
  saviObjectsSystemMaxDadPrepareDelay TimeInterval

SaviObjectsIfEntry  
SEQUENCE    
  saviObjectsIfIPVersion InetVersion
  saviObjectsIfIfIndex InterfaceIndex
  saviObjectsIfValidationStatus INTEGER
  saviObjectsIfTrustStatus INTEGER
  saviObjectsIfFilteringNum Unsigned32

SaviObjectsBindingEntry  
SEQUENCE    
  saviObjectsBindingIpAddressType InetAddressType
  saviObjectsBindingType INTEGER
  saviObjectsBindingIfIndex InterfaceIndex
  saviObjectsBindingIpAddress InetAddress
  saviObjectsBindingMacAddr MacAddress
  saviObjectsBindingState INTEGER
  saviObjectsBindingLifetime TimeInterval
  saviObjectsBindingRowStatus RowStatus

SaviObjectsFilteringEntry  
SEQUENCE    
  saviObjectsFilteringIpAddressType InetAddressType
  saviObjectsFilteringIfIndex InterfaceIndex
  saviObjectsFilteringIpAddress InetAddress
  saviObjectsFilteringMacAddr MacAddress

Defined Values

saviMIB 1.3.6.1.2.1.4.40
The MIB Module for managing SAVI implementations.
MODULE-IDENTITY    

saviObjects 1.3.6.1.2.1.4.40.1
OBJECT IDENTIFIER    

saviObjectsSystemTable 1.3.6.1.2.1.4.40.1.1
The table containing savi system-wide parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaviObjectsSystemEntry

saviObjectsSystemEntry 1.3.6.1.2.1.4.40.1.1.1
Each entry containing savi system-wide parameters for a particular IP version.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaviObjectsSystemEntry  

saviObjectsSystemIPVersion 1.3.6.1.2.1.4.40.1.1.1.1
The IP version
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

saviObjectsSystemMode 1.3.6.1.2.1.4.40.1.1.1.2
IP Address Assignment Methods.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER savi-disable(1), savi-default(2), savi-dhcp-only(3), savi-slaac-only(4), savi-dhcp-slaac-mix(5)  

saviObjectsSystemMaxDadDelay 1.3.6.1.2.1.4.40.1.1.1.3
A constant. When A gratuitous ARP Request or Duplicate Address Detection Neighbor Solicitation is received from anchor, the lifetime of the BST(Binding State Table) entry MUST be set to be MAX_ARP_DELAY or MAX_DAD_DELAY respectively.
Status: current Access: read-write
OBJECT-TYPE    
  TimeInterval  

saviObjectsSystemMaxDadPrepareDelay 1.3.6.1.2.1.4.40.1.1.1.4
A constant. When a DHCPv4 DHCPACK or DHCPv6 REPLY message is received, the lifetime of the BST(Binding State Table) entry MUST be set to be MAX_ARP_PREPARE_DELAY or MAX_DAD_PREPARE_DELAY respectively.
Status: current Access: read-write
OBJECT-TYPE    
  TimeInterval  

saviObjectsIfTable 1.3.6.1.2.1.4.40.1.2
The table containing SAVI running parameters of each anchor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaviObjectsIfEntry

saviObjectsIfEntry 1.3.6.1.2.1.4.40.1.2.1
An entry containing SAVI running parameters of an anchor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaviObjectsIfEntry  

saviObjectsIfIPVersion 1.3.6.1.2.1.4.40.1.2.1.1
The IP version
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

saviObjectsIfIfIndex 1.3.6.1.2.1.4.40.1.2.1.2
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

saviObjectsIfValidationStatus 1.3.6.1.2.1.4.40.1.2.1.3
The validation status of the interface. enable(1), check source address. disable(2), don't check source address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

saviObjectsIfTrustStatus 1.3.6.1.2.1.4.40.1.2.1.4
The trust status of the interface. no-trust(1), discard dhcp adv/reply and ra packet, dhcp-trust(2), permit dhcp adv/reply packet and discard ra packet, ra-trust(3), permit ra packet and discard dhcp adv/reply packet, dhcp-ra-trust(4), permit dhcp adv/reply and ra packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER no-trust(1), dhcp-trust(2), ra-trust(3), dhcp-ra-trust(4)  

saviObjectsIfFilteringNum 1.3.6.1.2.1.4.40.1.2.1.5
The max filtering number of the Interface
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

saviObjectsBindingTable 1.3.6.1.2.1.4.40.1.3
The Binding State Table containing the state of binding between source address and anchor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaviObjectsBindingEntry

saviObjectsBindingEntry 1.3.6.1.2.1.4.40.1.3.1
An entry containing the state of binding between source address and anchor. Entries are keyed on the anchor, binding type, source IP address version, and source IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaviObjectsBindingEntry  

saviObjectsBindingIpAddressType 1.3.6.1.2.1.4.40.1.3.1.1
IP address type of the binding source IP
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

saviObjectsBindingType 1.3.6.1.2.1.4.40.1.3.1.2
IP address assignment methods.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER static(1), slaac(2), dhcp(3)  

saviObjectsBindingIfIndex 1.3.6.1.2.1.4.40.1.3.1.3
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

saviObjectsBindingIpAddress 1.3.6.1.2.1.4.40.1.3.1.4
The binding source IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

saviObjectsBindingMacAddr 1.3.6.1.2.1.4.40.1.3.1.5
The binding source mac address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

saviObjectsBindingState 1.3.6.1.2.1.4.40.1.3.1.6
The state of the binding entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER start(1), live(2), detection(3), query(4), bound(5)  

saviObjectsBindingLifetime 1.3.6.1.2.1.4.40.1.3.1.7
The remaining lifetime of the entry. If saviObjectsBindingType=static, a value of 2147483647 represents infinity.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

saviObjectsBindingRowStatus 1.3.6.1.2.1.4.40.1.3.1.8
The status of this row, by which new entries may be created, or old entries deleted from this table. An Entry can be created or deleted only when saviObjectsBindingType=static.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

saviObjectsFilteringTable 1.3.6.1.2.1.4.40.1.4
The Filtering Table is used to filter packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SaviObjectsFilteringEntry

saviObjectsFilteringEntry 1.3.6.1.2.1.4.40.1.4.1
An entry containing the filtering parameters. Entries are keyed on the anchor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SaviObjectsFilteringEntry  

saviObjectsFilteringIpAddressType 1.3.6.1.2.1.4.40.1.4.1.1
IP address type of the filtering source IP
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

saviObjectsFilteringIfIndex 1.3.6.1.2.1.4.40.1.4.1.2
The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

saviObjectsFilteringIpAddress 1.3.6.1.2.1.4.40.1.4.1.3
The filtering source IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

saviObjectsFilteringMacAddr 1.3.6.1.2.1.4.40.1.4.1.4
The filtering source mac address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

saviConformance 1.3.6.1.2.1.4.40.2
OBJECT IDENTIFIER    

saviCompliances 1.3.6.1.2.1.4.40.2.1
OBJECT IDENTIFIER    

saviCompliance 1.3.6.1.2.1.4.40.2.1.1
The compliance statement for entities which implement SAVI.
Status: current Access: read-only
MODULE-COMPLIANCE    

saviGroups 1.3.6.1.2.1.4.40.2.2
OBJECT IDENTIFIER    

systemGroup 1.3.6.1.2.1.4.40.2.2.1
The system group of objects containing savi system parameter.
Status: current Access: read-only
OBJECT-GROUP    

ifGroup 1.3.6.1.2.1.4.40.2.2.2
The if group of objects containing the savi running parameters of each anchor.
Status: current Access: read-only
OBJECT-GROUP    

bindingGroup 1.3.6.1.2.1.4.40.2.2.3
The binding group of objects containing the binding information of anchor and soure ip address.
Status: current Access: read-only
OBJECT-GROUP    

filteringGroup 1.3.6.1.2.1.4.40.2.2.4
The filtering group of objects containing the filtering information of anchor and soure ip address.
Status: current Access: read-only
OBJECT-GROUP