Command Reference Protocol-independent Configuration Commands
(extend_community_value).
It is disabled by default.
Global configuration mode and ip extcommunity-list configuration mode.
This command is used to define the extcommunity list.
1.The following example defines an ip extcommunity-list.
Ruijie(config)# ip extcommunity-list 1 permit rt 100:1
Ruijie(config)# ip extcommunity-list standard aaa permit rt
100:2
Ruijie(config)# ip extcommunity-list expanded ext1 permit 200:[0~9][0~9]
2. The following example displays how to use ip extcommunity.
Ruijie(config)# route-map rt_in_filter
Ruijie(config-route-map)# match extcommunity 1
Ruijie(config-route-map)# match extcommunity ext1
Ruijie(config)# router bgp 100
Ruijie(config-router)# address-family vpn
Ruijie(config-router-af)#neighbor 3.3.3.3 send-community extended
Ruijie(config-router-af)#neighbor 3.3.3.3 route-map rt_in_filter in
Use this command to create a prefix list or add an entry to the prefix list. Use the no form of this
command to remove the prefix list or an entry.
ip prefix-list prefix-list-name [ seq seq-number] { deny | permit } ip-prefix [ge
minimum-prefix-length][ le maximum-prefix- length]
no ip prefix-list prefix-list-name [ seq seq-number] { deny | permit } ip-prefix [ge
minimum-prefix-length][ le maximum-prefix- length]
Sequence number of an entry in the range of 1 to
2147483647. When you execute this command to add an
entry without a sequence number, the system allocates a
default sequence number for the entry. The default
sequence number of the first entry is 5. Every
subsequential entry without a sequence number uses the
time of 5 larger than the previous sequence number as the
default sequence number.