IPMS-MIB

File: IPMS-MIB.mib (29338 bytes)

Imported modules

RFC-1212 XYLAN-BASE-MIB RFC1155-SMI

Imported symbols

OBJECT-TYPE xylanIpmsArch IpAddress

Defined Types

DisplayString  
OCTET STRING    

IpmsDIPAddressPortEntry  
SEQUENCE    
  ipmsDIPAddress IpAddress
  ipmsDIPDstVlan INTEGER
  ipmsDIPDstVlanMask INTEGER
  ipmsDIPSlotNumber INTEGER
  ipmsDIPPortNumber INTEGER
  ipmsDIPPortType INTEGER
  ipmsDIPPortInstance INTEGER
  ipmsDIPPortService INTEGER
  ipmsDIPSrcIPAddr IpAddress
  ipmsDIPPortTimeout INTEGER

IpmsNeighborTableEntry  
SEQUENCE    
  ipmsNbrVlanID INTEGER
  ipmsNbrVlanMask INTEGER
  ipmsNbrSIPAddress IpAddress
  ipmsNbrSlotNumber INTEGER
  ipmsNbrPortNumber INTEGER
  ipmsNbrPortType INTEGER
  ipmsNbrPortInstance INTEGER
  ipmsNbrPortService INTEGER
  ipmsNbrPortTimeout INTEGER

IpmsStatsEntry  
SEQUENCE    
  ipmsStatsDIPAddress IpAddress
  ipmsStatsSIPAddress IpAddress
  ipmsStatsVlanID INTEGER
  ipmsStatsVlanMask INTEGER
  ipmsStatsPacketsOut INTEGER
  ipmsStatsSecsSinceZeroed INTEGER
  ipmsStatsAveragePPS INTEGER

IpmsFwdTableEntry  
SEQUENCE    
  ipmsFwdDestIP IpAddress
  ipmsFwdSourceIP IpAddress
  ipmsFwdEntryType INTEGER
  ipmsFwdSrcVlan INTEGER
  ipmsFwdSrcVlanMask INTEGER
  ipmsFwdSrcSlotNumber INTEGER
  ipmsFwdSrcPortNumber INTEGER
  ipmsFwdSrcPortType INTEGER
  ipmsFwdSrcPortInstance INTEGER
  ipmsFwdSrcPortService INTEGER
  ipmsFwdDstVlan INTEGER
  ipmsFwdDstVlanMask INTEGER
  ipmsFwdDstSlotNumber INTEGER
  ipmsFwdDstPortNumber INTEGER
  ipmsFwdDstPortType INTEGER
  ipmsFwdDstPortInstance INTEGER
  ipmsFwdDstPortService INTEGER
  ipmsFwdDstPortMbrFlag INTEGER
  ipmsFwdDstPortNbrFlag INTEGER
  ipmsFwdDstPortRteFlag INTEGER

IpmsPolManCacheTableEntry  
SEQUENCE    
  ipmsPolManMCGroup IpAddress
  ipmsPolManSlot INTEGER
  ipmsPolManPort INTEGER
  ipmsPolManType INTEGER
  ipmsPolManInstance INTEGER
  ipmsPolManService INTEGER
  ipmsPolManVlanGroup INTEGER
  ipmsPolManStatus INTEGER
  ipmsPolManState INTEGER
  ipmsPolManTimeout INTEGER

Defined Values

ipmsMIB 1.3.6.1.4.1.800.2.14.1
OBJECT IDENTIFIER    

ipmsMIBObjects 1.3.6.1.4.1.800.2.14.1.1
OBJECT IDENTIFIER    

ipmsGeneralGroup 1.3.6.1.4.1.800.2.14.1.1.1
OBJECT IDENTIFIER    

ipmsVersion 1.3.6.1.4.1.800.2.14.1.1.1.1
The current version of IPMS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ipmsState 1.3.6.1.4.1.800.2.14.1.1.1.2
The current state of IPMS. When read this flag indicates whether IPMS is enabled or disabled. Setting this flag to enabled causes the IPMS software to be loaded. Setting this flag to disabled causes the IPMS software to be unloaded. If this flag indicates that IPMS is disabled, then no other objects within the IPMS MIB can be accessed (because the IPMS software is not loaded on the switch). In other words, the full IPMS MIB is available only when this flag indicates that IPMS is enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipmsDIPAddressPortTable 1.3.6.1.4.1.800.2.14.1.1.2
This table contains entries that list which switch ports have requested membership in a specific IP Multicast Group. There are several slot/port combinations for each IP Multicast Group.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpmsDIPAddressPortEntry

ipmsDIPAddressPortEntry 1.3.6.1.4.1.800.2.14.1.1.2.1
This defines an entry in the Destination IP Address/Port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpmsDIPAddressPortEntry  

ipmsDIPAddress 1.3.6.1.4.1.800.2.14.1.1.2.1.1
This field defines the Destination IP Multicast address for the fields that follow.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsDIPDstVlan 1.3.6.1.4.1.800.2.14.1.1.2.1.2
This field contains the VlanId of which the port is a member.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPDstVlanMask 1.3.6.1.4.1.800.2.14.1.1.2.1.3
This field contains the Vlan Mask for the afforementioned Vlan.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPSlotNumber 1.3.6.1.4.1.800.2.14.1.1.2.1.4
This field contains the slot number of the port that corresponds to the IP Multicast group that it has joined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPPortNumber 1.3.6.1.4.1.800.2.14.1.1.2.1.5
This value contains the port number for this virtual port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPPortType 1.3.6.1.4.1.800.2.14.1.1.2.1.6
This value contains the type of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPPortInstance 1.3.6.1.4.1.800.2.14.1.1.2.1.7
This value contains the instance for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPPortService 1.3.6.1.4.1.800.2.14.1.1.2.1.8
This value contains the service for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsDIPSrcIPAddr 1.3.6.1.4.1.800.2.14.1.1.2.1.9
This value contains the IP address of the station sending the membership report.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsDIPPortTimeout 1.3.6.1.4.1.800.2.14.1.1.2.1.10
This value contains the timeout value in seconds for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNeighborTable 1.3.6.1.4.1.800.2.14.1.1.3
This table contains entries that list all known external or neighboring routers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpmsNeighborTableEntry

ipmsNeighborTableEntry 1.3.6.1.4.1.800.2.14.1.1.3.1
This defines an entry in the Neighbor table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpmsNeighborTableEntry  

ipmsNbrVlanID 1.3.6.1.4.1.800.2.14.1.1.3.1.1
This field contains the VlanId of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrVlanMask 1.3.6.1.4.1.800.2.14.1.1.3.1.2
This field contains the Vlan Mask of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrSIPAddress 1.3.6.1.4.1.800.2.14.1.1.3.1.3
This field defines the IP address of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsNbrSlotNumber 1.3.6.1.4.1.800.2.14.1.1.3.1.4
This field contains the slot number of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrPortNumber 1.3.6.1.4.1.800.2.14.1.1.3.1.5
This value contains the port number of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrPortType 1.3.6.1.4.1.800.2.14.1.1.3.1.6
This value contains the type of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrPortInstance 1.3.6.1.4.1.800.2.14.1.1.3.1.7
This value contains the instance of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrPortService 1.3.6.1.4.1.800.2.14.1.1.3.1.8
This value contains the service of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsNbrPortTimeout 1.3.6.1.4.1.800.2.14.1.1.3.1.9
This value contains the timeout value in seconds of the neighboring router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsStatsTable 1.3.6.1.4.1.800.2.14.1.1.4
This table contains entries that supply statistical information about the IP Multicast traffic that is being switched and forwarded by this router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpmsStatsEntry

ipmsStatsEntry 1.3.6.1.4.1.800.2.14.1.1.4.1
This table entry describes the entries included in the above tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpmsStatsEntry  

ipmsStatsDIPAddress 1.3.6.1.4.1.800.2.14.1.1.4.1.1
This field contains the Destinatin IP address of the dest/source entry value. There can be many IP source addresses for a given Destination IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsStatsSIPAddress 1.3.6.1.4.1.800.2.14.1.1.4.1.2
This field contains the Source IP Address for a given Destination IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsStatsVlanID 1.3.6.1.4.1.800.2.14.1.1.4.1.3
This field contains the VlanID of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsStatsVlanMask 1.3.6.1.4.1.800.2.14.1.1.4.1.4
This field contains the Vlan mask of the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsStatsPacketsOut 1.3.6.1.4.1.800.2.14.1.1.4.1.5
This field contains the number of packets that have been sent for a given Destination IP/source IP address pair.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsStatsSecsSinceZeroed 1.3.6.1.4.1.800.2.14.1.1.4.1.6
This field contains the number seconds that have elapsed since the statistics have been zeroed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsStatsAveragePPS 1.3.6.1.4.1.800.2.14.1.1.4.1.7
This field contains the average number of packets per second for this data flow.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsZeroStatsGroup 1.3.6.1.4.1.800.2.14.1.1.5
OBJECT IDENTIFIER    

ipmsZeroStatsFlag 1.3.6.1.4.1.800.2.14.1.1.5.1
Seting this flag to one causes statistics counters to be zeroed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER zeroStats(1)  

ipmsForwardingTable 1.3.6.1.4.1.800.2.14.1.1.6
This table contains entries that represent the contents of IPMS forwarding table. For each source and destination IP address pair, several slot/port combinations can be assigned.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpmsFwdTableEntry

ipmsFwdTableEntry 1.3.6.1.4.1.800.2.14.1.1.6.1
This defines an entry in the Forwarding table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpmsFwdTableEntry  

ipmsFwdDestIP 1.3.6.1.4.1.800.2.14.1.1.6.1.1
This field defines the Dest IP Multicast address for the fields that follow.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsFwdSourceIP 1.3.6.1.4.1.800.2.14.1.1.6.1.2
This field defines the Source IP Multicast address for the fields that follow.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsFwdEntryType 1.3.6.1.4.1.800.2.14.1.1.6.1.3
This field contains the type of this forwarding entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER switched(1), switchedError(2), switchedPrimary(3), routed(4)  

ipmsFwdSrcVlan 1.3.6.1.4.1.800.2.14.1.1.6.1.4
This field contains the source VlanID of this stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdSrcVlanMask 1.3.6.1.4.1.800.2.14.1.1.6.1.5
This field contains the source VlanID Mask of this stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdSrcSlotNumber 1.3.6.1.4.1.800.2.14.1.1.6.1.6
This field contains the slot number of the svpn that is emitting this multicast stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdSrcPortNumber 1.3.6.1.4.1.800.2.14.1.1.6.1.7
This field contains the port number of the aforementioned svpn.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdSrcPortType 1.3.6.1.4.1.800.2.14.1.1.6.1.8
This field contains the port type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdSrcPortInstance 1.3.6.1.4.1.800.2.14.1.1.6.1.9
This field contains the port instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdSrcPortService 1.3.6.1.4.1.800.2.14.1.1.6.1.10
This field contains the port service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstVlan 1.3.6.1.4.1.800.2.14.1.1.6.1.11
This field contains the destination VlanID of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstVlanMask 1.3.6.1.4.1.800.2.14.1.1.6.1.12
This field contains the destination VlanID Mask of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstSlotNumber 1.3.6.1.4.1.800.2.14.1.1.6.1.13
This field contains the slot number of the svpn that has requested the multicast stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstPortNumber 1.3.6.1.4.1.800.2.14.1.1.6.1.14
This field contains the port number of the destination svpn.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstPortType 1.3.6.1.4.1.800.2.14.1.1.6.1.15
This field contains the port type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstPortInstance 1.3.6.1.4.1.800.2.14.1.1.6.1.16
This field contains the port instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstPortService 1.3.6.1.4.1.800.2.14.1.1.6.1.17
This field contains the port service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsFwdDstPortMbrFlag 1.3.6.1.4.1.800.2.14.1.1.6.1.18
This field contains a flag indicating whether or not this port is in the forwarding table due to the reception of an IGMP membership report.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER membershipRequested(1), membershipNotRequested(2)  

ipmsFwdDstPortNbrFlag 1.3.6.1.4.1.800.2.14.1.1.6.1.19
This field contains a flag indicating whether or not this port is in the forwarding table because their is a neighboring router present on the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER portIsNeighbor(1), portIsNotNeighbor(2)  

ipmsFwdDstPortRteFlag 1.3.6.1.4.1.800.2.14.1.1.6.1.20
This field contains a flag indicating whether or not this port is in the forwarding table because it is being routed to or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER portIsRouted(1), portIsNotRouted(2)  

ipmsPolManParameters 1.3.6.1.4.1.800.2.14.1.1.7
OBJECT IDENTIFIER    

ipmsPolManDefaultPolicy 1.3.6.1.4.1.800.2.14.1.1.7.1
The default policy for IPMS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER permitted(1), denied(2)  

ipmsPolManActiveTimer 1.3.6.1.4.1.800.2.14.1.1.7.2
The time in seconds that entries in the IPMS Policy Manager cache table remain active before being flagged as 'stale'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipmsPolManDeleteTimer 1.3.6.1.4.1.800.2.14.1.1.7.3
The time in seconds that entries in the IPMS Policy Manager cache table remain stale before being deleted from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipmsPolManCacheTable 1.3.6.1.4.1.800.2.14.1.1.8
This table contains entries that represent the contents of IPMS policy manager cache table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpmsPolManCacheTableEntry

ipmsPolManCacheTableEntry 1.3.6.1.4.1.800.2.14.1.1.8.1
This defines an entry in the Forwarding table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpmsPolManCacheTableEntry  

ipmsPolManMCGroup 1.3.6.1.4.1.800.2.14.1.1.8.1.1
This field defines the Dest IP Multicast address for the fields that follow.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipmsPolManSlot 1.3.6.1.4.1.800.2.14.1.1.8.1.2
This field defines the slot for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsPolManPort 1.3.6.1.4.1.800.2.14.1.1.8.1.3
This field defines the port for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsPolManType 1.3.6.1.4.1.800.2.14.1.1.8.1.4
This field defines the type for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsPolManInstance 1.3.6.1.4.1.800.2.14.1.1.8.1.5
This field defines the instance for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsPolManService 1.3.6.1.4.1.800.2.14.1.1.8.1.6
This field defines the service for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsPolManVlanGroup 1.3.6.1.4.1.800.2.14.1.1.8.1.7
This field defines the vlan group for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipmsPolManStatus 1.3.6.1.4.1.800.2.14.1.1.8.1.8
This field defines the status of this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER permitted(1), denied(2)  

ipmsPolManState 1.3.6.1.4.1.800.2.14.1.1.8.1.9
This field defines the status for this entry. An entry is active if a response has been received from policy manager before the active timer expires. If the active timer expires, the entry will go into a stale state. If stale for longer than the delete timer, the entry will be deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), stale(2)  

ipmsPolManTimeout 1.3.6.1.4.1.800.2.14.1.1.8.1.10
This field defines the timeout value for this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER