We have problems in set community section.
- We can use only one value in set community section.
- We cannot use additive in set community section because it deletes the previous value and the command does not have sense.
Sections large community and community are in different places and have different command structures.
So I suggest to create one section with community and resolve the problem with add only one value.
set {
community {
simple {
add {
65000:000
65000:001
65000:002
no-export
}
set {
65000:000
65000:001
65000:002
no-export
}
clear
delete COMM_LIST_01
}
large {
add {
65000:000:01
65000:001:01
65000:002:01
}
set {
65000:000:01
65000:001:01
65000:002:01
}
clear
delete COMM_LIST_01
}
}
}