router bgplist policies
Configures policy parameters.
Command Mode
Exec > Global Configuration (config) > Router Configuration (config-router-router )
Syntax
policy-name policy_name [ as-path-set as_path_set | gateWay gateway_address | interface interface | ip-prefix ip_prefix | isStaticRoute { false | true } | mask-range mask_range | modifySourceIp { false | true } ]
as-path-set as_path_set
Specify the Autonomous System (AS) path set.
Must be a string.
gateWay gateway_address
Specify the gateway address.
Must be a string.
interface interface
Specify the interface to set as source ip.
Must be a string.
ip-prefix ip_prefix
Specify the IP prefix.
Must be a string.
isStaticRoute { false | true }
Specify whether to enable or disable adding static route into kernel space.
Must be one of the following:
false
true
Default Value: false.
mask-range mask_range
Specify the mask range.
Must be a string.
modifySourceIp { false | true }
Specify whether to enable or disable modifying source IP of incoming route.
Must be one of the following:
false
true
Default Value: false.
policy-name policy_name
Specify name of the policy.
Must be a string.
source-prefix source_ip_prefix
Specify the source IP prefix.
Must be a string.
Usage Guidelines
Use this command to configure the policy parameters.