Examples of Filter Management

Note: CVP highlights the managed lines in yellow and unmanaged lines in grey. In the example below, the bold text represents managed lines and the italic text represents unmanaged lines.

Config 1

router multicast
 ipv4
routing
route 232.1.1.1 192.168.0.1 iif Ethernet6 oif Ethernet20
 !
 vrf test
ipv4
 routing
 route 238.1.1.1 2.2.2.2 iif Ethernet4 oif Ethernet41
 route 239.1.1.1 2.2.2.2 iif Ethernet4 oif Ethernet41
 route 239.3.3.3 3.3.3.3 iif Ethernet4 oif Ethernet5
 route 239.4.4.4 1.1.1.1 iif Ethernet42 oif Ethernet45
Filters Result
router multicast
 $

router multicast
 vrf test
ipv4
 route 239*
router multicast
 ipv4
routing
route 232.1.1.1 192.168.0.1 iif Ethernet6 oif Ethernet20
 !
 vrf test
ipv4
 routing
 route 238.1.1.1 2.2.2.2 iif Ethernet4 oif Ethernet41
 route 239.1.1.1 2.2.2.2 iif Ethernet4 oif Ethernet41
 route 239.3.3.3 3.3.3.3 iif Ethernet4 oif Ethernet5
 route 239.4.4.4 1.1.1.1 iif Ethernet42 oif Ethernet45
router multicast
 ipv4
route*
 vrf test
ipv4
 route 238*
router multicast
 vrf test
ipv4
 route 239*
router multicast
 ipv4
routing
route 232.1.1.1 192.168.0.1 iif Ethernet6 oif Ethernet20
 !
 vrf test
ipv4
 routing
 route 238.1.1.1 2.2.2.2 iif Ethernet4 oif Ethernet41
route 239.1.1.1 2.2.2.2 iif Ethernet4 oif Ethernet41
 route 239.3.3.3 3.3.3.3 iif Ethernet4 oif Ethernet5
 route 239.4.4.4 1.1.1.1 iif Ethernet42 oif Ethernet45

Config 2

transceiver qsfp default-mode 4x10G 
 load-balance policies
load-balance sand profile Orange
 no fields mac
load-balance sand profile Blue
 no fields mac
Filters Result
transceiver *
 load-balance policies
load-balance sand profile *
 no fields mac
transceiver qsfp default-mode 4x10G 
 load-balance policies
load-balance sand profile Orange
 no fields mac
load-balance sand profile Blue
 no fields mac
transceiver *
 load-balance policies
load-balance sand profile Orange
 no fields mac
transceiver qsfp default-mode 4x10G 
 load-balance policies
load-balance sand profile Orange
 no fields mac
load-balance sand profile Blue
 no fields mac