ASCEND-MIBPRROUTE-MIB

File: ASCEND-MIBPRROUTE-MIB.mib (5772 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibprivateRouteTableProfileEntry  
SEQUENCE    
  privateRouteTableProfile-Name DisplayString
  privateRouteTableProfile-Action-o INTEGER

MibprivateRouteTableProfile-RouteDescriptionListEntry  
SEQUENCE    
  privateRouteTableProfile-RouteDescriptionList-Name DisplayString
  privateRouteTableProfile-RouteDescriptionList-Index-o INTEGER
  privateRouteTableProfile-RouteDescriptionList-Enabled INTEGER
  privateRouteTableProfile-RouteDescriptionList-DestAddress IpAddress
  privateRouteTableProfile-RouteDescriptionList-Netmask IpAddress
  privateRouteTableProfile-RouteDescriptionList-GatewayAddress IpAddress
  privateRouteTableProfile-RouteDescriptionList-Metric INTEGER

Defined Values

mibprivateRouteTableProfile 1.3.6.1.4.1.529.23.103
OBJECT IDENTIFIER    

mibprivateRouteTableProfileTable 1.3.6.1.4.1.529.23.103.1
A list of mibprivateRouteTableProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibprivateRouteTableProfileEntry

mibprivateRouteTableProfileEntry 1.3.6.1.4.1.529.23.103.1.1
A mibprivateRouteTableProfile entry containing objects that maps to the parameters of mibprivateRouteTableProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibprivateRouteTableProfileEntry  

privateRouteTableProfile-Name 1.3.6.1.4.1.529.23.103.1.1.1
The name of this route table profile.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

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

mibprivateRouteTableProfile-RouteDescriptionListTable 1.3.6.1.4.1.529.23.103.2
A list of mibprivateRouteTableProfile__route_description_list profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibprivateRouteTableProfile-RouteDescriptionListEntry

mibprivateRouteTableProfile-RouteDescriptionListEntry 1.3.6.1.4.1.529.23.103.2.1
A mibprivateRouteTableProfile__route_description_list entry containing objects that maps to the parameters of mibprivateRouteTableProfile__route_description_list profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibprivateRouteTableProfile-RouteDescriptionListEntry  

privateRouteTableProfile-RouteDescriptionList-Name 1.3.6.1.4.1.529.23.103.2.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

privateRouteTableProfile-RouteDescriptionList-Index-o 1.3.6.1.4.1.529.23.103.2.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

privateRouteTableProfile-RouteDescriptionList-Enabled 1.3.6.1.4.1.529.23.103.2.1.3
Set yes to enable this route in the routing table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

privateRouteTableProfile-RouteDescriptionList-DestAddress 1.3.6.1.4.1.529.23.103.2.1.4
The IP address of the destination network or subnet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

privateRouteTableProfile-RouteDescriptionList-Netmask 1.3.6.1.4.1.529.23.103.2.1.5
The netmask to be used for the destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

privateRouteTableProfile-RouteDescriptionList-GatewayAddress 1.3.6.1.4.1.529.23.103.2.1.6
The address of the gateway/router for this private route. An address of 0.0.0.0 means use the global routing table for this route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

privateRouteTableProfile-RouteDescriptionList-Metric 1.3.6.1.4.1.529.23.103.2.1.7
The number of hops to the named host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER