irrtoolset / irrtoolset

The Internet Routing Registry Toolset
Other
134 stars 33 forks source link

implement community.delete for cisco in RtConfig #23

Open nickhilliard opened 9 years ago

nickhilliard commented 9 years ago

Cisco and Juniper support deleting communities. Inside a route map you can refer to a community-list number to remove those communities from the routes being imported.

Router(config-route-map)#set comm-list 1 ?
  delete  Delete matching communities
Router(config-route-map)#set comm-list 1 delete ?
  <cr>

Support needs to be added to rtconfig for this.