ASCEND-MIBROUTE-MIB

File: ASCEND-MIBROUTE-MIB.mib (5628 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibrouteProfileEntry  
SEQUENCE    
  routeProfile-Name DisplayString
  routeProfile-DestAddress IpAddress
  routeProfile-Netmask IpAddress
  routeProfile-GatewayAddress IpAddress
  routeProfile-Metric INTEGER
  routeProfile-Cost INTEGER
  routeProfile-Preference INTEGER
  routeProfile-ThirdParty INTEGER
  routeProfile-AseType INTEGER
  routeProfile-AseTag DisplayString
  routeProfile-PrivateRoute INTEGER
  routeProfile-ActiveRoute INTEGER
  routeProfile-Ase7Adv INTEGER
  routeProfile-Vrouter DisplayString
  routeProfile-InterVrouter DisplayString
  routeProfile-Action-o INTEGER

Defined Values

mibrouteProfile 1.3.6.1.4.1.529.23.105
OBJECT IDENTIFIER    

mibrouteProfileTable 1.3.6.1.4.1.529.23.105.1
A list of mibrouteProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibrouteProfileEntry

mibrouteProfileEntry 1.3.6.1.4.1.529.23.105.1.1
A mibrouteProfile entry containing objects that maps to the parameters of mibrouteProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibrouteProfileEntry  

routeProfile-Name 1.3.6.1.4.1.529.23.105.1.1.1
The name of this route.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

routeProfile-DestAddress 1.3.6.1.4.1.529.23.105.1.1.2
The IP address of the destination network or subnet. An address of 0.0.0.0 indicates a default route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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

routeProfile-GatewayAddress 1.3.6.1.4.1.529.23.105.1.1.3
The address of the gateway/router for this static route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

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

routeProfile-Cost 1.3.6.1.4.1.529.23.105.1.1.5
The OSPF cost of this link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

routeProfile-Preference 1.3.6.1.4.1.529.23.105.1.1.6
The preference of this route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

routeProfile-ThirdParty 1.3.6.1.4.1.529.23.105.1.1.7
Advertise the gateway as an OSPF 3rd party advertisement.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

routeProfile-AseType 1.3.6.1.4.1.529.23.105.1.1.8
The OSPF ASE type of this LSA.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER type1(1), type2(2)  

routeProfile-AseTag 1.3.6.1.4.1.529.23.105.1.1.9
The OSPF ASE tag of this link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

routeProfile-PrivateRoute 1.3.6.1.4.1.529.23.105.1.1.10
TRUE if this is a private route that should not be advertised via routing protocols.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

routeProfile-ActiveRoute 1.3.6.1.4.1.529.23.105.1.1.11
TRUE if this is route is active. Inactive routes are ignored and do not affect the routing tables.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

routeProfile-Ase7Adv 1.3.6.1.4.1.529.23.105.1.1.12
Indicates OSPF ASE7, and whether to advertise or not.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER n-A(1), advertise(2), doNotAdvertise(3)  

routeProfile-Vrouter 1.3.6.1.4.1.529.23.105.1.1.13
Specifies the VRouter in which this IP Route belongs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

routeProfile-InterVrouter 1.3.6.1.4.1.529.23.105.1.1.14
Specifies the VRouter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

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