Administrator Guide

MAC Address Table Model
+--ro mac-address-table
+--ro count
| +--ro dynamic-mac-count? uint32
| +--ro static-mac-count? uint32
| +--ro sticky-mac-count? uint32
| +--ro total-mac-in-use? uint32
+--ro aging-time? uint32
+--ro mac-vlan* [vlan-id]
| +--ro vlan-id vlan-id
| +--ro count
| | +--ro dynamic-mac-count? uint32
| | +--ro static-mac-count? uint32
| | +--ro sticky-mac-count? uint32
| | +--ro total-mac-in-use? uint32
| +--ro mac-address-list* [mac-address]
| +--ro mac-address yang:phys-address
| +--ro type? enumeration
| +--ro interface? string
| +--ro state? enumeration
+--ro multicast
+--ro count? uint32
+--ro mac-vlan* [vlan-id]
+--ro vlan-id vlan-id
+--ro static-mac-count? uint32
+--ro mac-address-list* [mac-address]
+--ro mac-address yang:phys-address
+--ro state? enumeration
+--ro l2-mc-index? uint32
+--ro interface-list? string
Static Access-list
The following definition describes how to retrieve all the Access-lists (MAC and Layer 3):
Module: STATIC ACCESS-LIST
URI:
/api/operational/dell/stats/access-list
Methods
Supported:
GET
Static Access-list Model
+--ro access-list
+--ro mac* [name]
| +--ro name access-list-name
| +--ro type? access-list-types
| +--ro mac-acl-filter* [seq-no]
| +--ro seq-no uint32
| +--ro filter-type? acl-rule-types
| +--ro src-mac-filter? acl-incoming-address-filter-types
| +--ro src-mac-address? yang:phys-address
| +--ro src-mac-mask? yang:phys-address
| +--ro dest-mac-filter? acl-incoming-address-filter-types
| +--ro dest-mac-address? yang:phys-address
| +--ro dest-mac-mask? yang:phys-address
| +--ro encapsulation-type? mac-acl-encap-types
| +--ro encapsulation-operator? mac-acl-encap-operators
| +--ro encapsulation-protocol? string
REST API
145