public static class RoutingOSPFConfigResponse.OSPFArea extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RoutingOSPFConfigResponse.OSPFArea.Authentication
The Authentication configuration.
|
Constructor and Description |
---|
OSPFArea(int areaId,
RoutingAreaType type,
RoutingOSPFConfigResponse.OSPFArea.Authentication authentication,
Boolean translateType7ToType5)
Instantiates a new OSPF Area.
|
Modifier and Type | Method and Description |
---|---|
int |
getAreaId()
Gets the area Id.
|
RoutingOSPFConfigResponse.OSPFArea.Authentication |
getAuthentication()
Gets the OSPF Area Authentication.
|
RoutingAreaType |
getType()
Gets the type.
|
Boolean |
isTranslateType7ToType5()
Is translateType7ToType5 boolean.
|
public OSPFArea(int areaId, RoutingAreaType type, RoutingOSPFConfigResponse.OSPFArea.Authentication authentication, Boolean translateType7ToType5)
areaId
- the areaIdtype
- the typeauthentication
- the authenticationtranslateType7ToType5
- the translateType7ToType5public int getAreaId()
Valid values are 0-4294967295. The value for areaId must be a unique number.
public RoutingAreaType getType()
Gives whether the type is normal or nssa. Default type is normal. NSSAs (the not-so-stubby areas feature described in RFC 3101) prevents the flooding of AS-external link-state advertisements (LSAs). They rely on default routing to external destinations. Therefore, NSSAs are placed at the edge of an OSPF routing domain. NSSA can import external routes into the OSPF routing domain, thereby providing transit service to small routing domains that are not part of the OSPF routing domain.
RoutingAreaType
the typepublic RoutingOSPFConfigResponse.OSPFArea.Authentication getAuthentication()
RoutingOSPFConfigResponse.OSPFArea.Authentication
the authenticationpublic Boolean isTranslateType7ToType5()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.