
ESR service routers. ESR-Series. Functionality description. Version 1.12.0
159
•
•
•
•
•
Step
Description
Command
Keys
18
Set BGP ExtCommunity attribute
value that will be specified in the
route (optionally).
esr(config-route-map-
rule)# action set
extcommunity
<EXTCOMMUNITY-LIST>
<EXTCOMMUNITY-LIST> –
extcommunity list, defined as
KIND:AS:N, KIND:AS:N, where
KIND – extcommunity type:
rt
(Route Target);
ro
(Route Origin);
N – extcommunity number, takes
values of [1..65535].
19
Specify BGP Next-Hop attribute
that will be set in the route when
advertising (optionally).
esr(config-route-map-
rule)# action set ip
bgp-next-hop <ADDR>
<ADDR> – gateway IP address, defined
as AAA.BBB.CCC.DDD where each part
takes values of [0..255].
esr(config-route-map-
rule)# action set ipv6
bgp-next-hop <IPV6-
ADDR>
<IPV6-ADDR> – gateway IPv6 address,
defined as X:X:X:X::X where each part
takes values in hexadecimal format
[0..FFFF].
20
Specify Next-Hop value that will be
set in the route received by BGP
(optionally).
esr(config-route-map-
rule)# action set ip
next-hop
{NEXTHOP> | blackhole
| unreachable |
prohibit}
<NEXTHOP> – gateway IP address,
defined as AAA.BBB.CCC.DDD where
each part takes values of [0..255];
blackhole
– packets to this
subnet will be removed without
sending notifications to a
sender;
unreachable
– packets to this
subnet will be removed, a
sender will receive in response
ICMP Destination unreachable
(Host unreachable, code 1);
prohibit
– when specifying the
command, the packets to this
subnet will be removed by the
device, a sender will receive in
response ICMP Destination
unreachable (Communication
administratively prohibited,
code 13);
esr(config-route-map-
rule)# action set ipv6
next-hop <IPV6-
NEXTHOP>
<IPV6-ADDR> – gateway IPv6 address,
defined as X:X:X:X::X where each part
takes values in hexadecimal format
[0..FFFF].