StandardCommunityEntry
Description
An object which holds required information for a standard community entry. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
action | True | string | A mandatory standard community entry object that defines the default action. Possible values are: PERMIT DENY Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
communities | True | [string] | A list of community community numbers each represented as a number or as a autonomous system number and network number entered in the 4-byte new community format(aa:nn), a number from 1 to 65535 can be entered each 2-byte number. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
internet | True | boolean | Specifies the Internet community. Routes with this community are advertised to all peers (internal and external). Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
noAdvertise | True | boolean | Specifies the no-advertise community. Routes with this community are not advertised to any peer (internal or external). Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
noExport | True | boolean | Specifies the no-export community. Routes with this community are advertised to only peers in the same autonomous system or to only other subautonomous systems within a confederation. These routes are not advertised to external peers. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |