ASCEND-MIBSTACK-MIB

File: ASCEND-MIBSTACK-MIB.mib (3769 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibstackingProfileEntry  
SEQUENCE    
  stackingProfile-Index-o INTEGER
  stackingProfile-Enabled INTEGER
  stackingProfile-Name DisplayString
  stackingProfile-UdpPort INTEGER
  stackingProfile-MulticastAddress IpAddress
  stackingProfile-MulticastInterfaceIpAddress IpAddress
  stackingProfile-DataIpAddress IpAddress
  stackingProfile-Action-o INTEGER

Defined Values

mibstackingProfile 1.3.6.1.4.1.529.23.122
OBJECT IDENTIFIER    

mibstackingProfileTable 1.3.6.1.4.1.529.23.122.1
A list of mibstackingProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibstackingProfileEntry

mibstackingProfileEntry 1.3.6.1.4.1.529.23.122.1.1
A mibstackingProfile entry containing objects that maps to the parameters of mibstackingProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibstackingProfileEntry  

stackingProfile-Index-o 1.3.6.1.4.1.529.23.122.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stackingProfile-Enabled 1.3.6.1.4.1.529.23.122.1.1.2
Defines whether or not stacking is enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

stackingProfile-Name 1.3.6.1.4.1.529.23.122.1.1.3
The name of the stack this machine is a member of.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

stackingProfile-UdpPort 1.3.6.1.4.1.529.23.122.1.1.4
UDP port number to be used for receiving stacking control messages.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

stackingProfile-MulticastAddress 1.3.6.1.4.1.529.23.122.1.1.5
Multicast address for stacking.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

stackingProfile-MulticastInterfaceIpAddress 1.3.6.1.4.1.529.23.122.1.1.6
IP Address of ethernet interface to be used for sending stacking multicast messages. If set to 0.0.0.0 the shelf ethernet interface is used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

stackingProfile-DataIpAddress 1.3.6.1.4.1.529.23.122.1.1.7
IP address of interface to be used for receiving stacking data from peers. If set to 0.0.0.0 the system IP address will be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

stackingProfile-Action-o 1.3.6.1.4.1.529.23.122.1.1.8
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)