Documentation

remove-rulefilterindex

Name

bgp router peer filter show -  shows the details of a filter

Synopsis

show

Description

This command shows the details of a given filter. It will show the sequence of rules with their predicates (match) and actions.

Example rule 0 {
  predicate {
    community is 0:1
  }
  actions {
    deny
  }
}
rule 1 {
  predicate {
    any
  }
  actions {
    accept
  }
}
default. any --> ACCEPT

See also

A filter can be defined using command bgp router X peer Y filter.