ASCEND-MIBLSMS-MIB

File: ASCEND-MIBLSMS-MIB.mib (4295 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MiblsmsProfileEntry  
SEQUENCE    
  lsmsProfile-Index-o INTEGER
  lsmsProfile-Active INTEGER
  lsmsProfile-LsmsIpAddr IpAddress
  lsmsProfile-NocGatewayIpAddr IpAddress
  lsmsProfile-Spi DisplayString
  lsmsProfile-PresharedKey DisplayString
  lsmsProfile-AllowInsecure INTEGER
  lsmsProfile-Action-o INTEGER

Defined Values

miblsmsProfile 1.3.6.1.4.1.529.23.150
OBJECT IDENTIFIER    

miblsmsProfileTable 1.3.6.1.4.1.529.23.150.1
A list of miblsmsProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MiblsmsProfileEntry

miblsmsProfileEntry 1.3.6.1.4.1.529.23.150.1.1
A miblsmsProfile entry containing objects that maps to the parameters of miblsmsProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MiblsmsProfileEntry  

lsmsProfile-Index-o 1.3.6.1.4.1.529.23.150.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lsmsProfile-Active 1.3.6.1.4.1.529.23.150.1.1.2
This field is used to control whether Communications with the LSMS should be active or not (Yes/No). More specifically, if the router should start to listen for requests from the LSMS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

lsmsProfile-LsmsIpAddr 1.3.6.1.4.1.529.23.150.1.1.3
IP address of the LSMS. It is used in validating requests from the LSMS and to communicate in an in-secure fashion directly with the LSMS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

lsmsProfile-NocGatewayIpAddr 1.3.6.1.4.1.529.23.150.1.1.4
IP address of NOC Gateway to the LSMS. This is the Tunnel Endpoint address of the Secure Communications Channel. It is essentially the address of the device that terminates the tunnel with the router and sits between the LSMS and router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

lsmsProfile-Spi 1.3.6.1.4.1.529.23.150.1.1.5
Security Parameter Index that is used for Encrypting Secure Communications Channel (IPsec Tunnel) traffic between the Router and LSMS. The SPI is used to distinguish among different security associations terminating at the same destination and using the same IPsec protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

lsmsProfile-PresharedKey 1.3.6.1.4.1.529.23.150.1.1.6
Preshared Key used to create Authentication and Encryption keys that are used to create the IPsec tunnel for the Secure Communications Channel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

lsmsProfile-AllowInsecure 1.3.6.1.4.1.529.23.150.1.1.7
This field is used to permit insecure communications. Insecure communications allows data to be sent in clear outside of an IPsec tunnel (Yes/No).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

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