infix icon indicating copy to clipboard operation
infix copied to clipboard

Document static multicast filter usage

Open jovatn opened this issue 1 year ago • 1 comments

Infix supports configuring static multicast entries (infix-bridge.yang), but there does not seem to be any CLI examples in the documentation.

Perhaps add it after (or within) the section on IGMP/MLD Snooping.

$ pyang -f tree infix-if-bridge.yang 
...
  augment /if:interfaces/if:interface:
    +--rw bridge
       +--rw ieee-group-forward*        ieee-reserved-groups
       +--rw (type)?
          +--:(ieee8021d)
          |  +--rw multicast!
          |  |  +--rw snooping?         boolean
          |  |  +--rw querier?          querier-mode
          |  |  +--rw query-interval?   uint16
          |  +--rw multicast-filters!
          |     +--rw multicast-filter* [group]
          |        +--rw group    union
          |        +--rw ports* [port]
          |           +--rw port     if:interface-ref
          |           +--rw state?   mdb-state
          +--:(ieee8021q)
             +--rw vlans! {vlan-filtering}?
                +--rw proto?   dot1q-types:dot1q-tag-type
                +--rw vlan* [vid]
                   +--rw vid                  dot1q-types:vlanid
                   +--rw multicast!
                   |  +--rw snooping?         boolean
                   |  +--rw querier?          querier-mode
                   |  +--rw query-interval?   uint16
                   +--rw multicast-filters!
                   |  +--rw multicast-filter* [group]
                   |     +--rw group    union
                   |     +--rw ports* [port]
                   |        +--rw port     if:interface-ref
                   |        +--rw state?   mdb-state
                   +--rw untagged*            if:interface-ref
                   +--rw tagged*              if:interface-ref

jovatn avatar Oct 31 '24 11:10 jovatn

CCB decision: Do as part of #649.

troglobit avatar Oct 31 '24 12:10 troglobit