{% comment %} ACI Context panel injected into the dcim.Device detail view. Layout follows NetBox's stock "Device Type" card pattern: * Outer ``
| {% trans "Fabric" %} | {{ aci_fabric|linkify|placeholder }} |
|---|---|
| {% trans "Pod" %} | {{ aci_pod|linkify|placeholder }} |
| {% trans "ACI Node" %} | {{ aci_node|linkify|placeholder }} |
| {% trans "Node ID" %} | {{ aci_node.node_id }} |
| {% trans "Role" %} | {{ aci_node.get_role_display }} |
| {% trans "EPGs" %} | {{ epg_count }} |
| {% trans "Bridge Domains" %} | {{ bd_count }} |
| {% trans "VRFs" %} | {{ vrf_count }} |
| {% trans "Static Port Bindings" %} | {{ binding_count }} |
| {% trans "L3Out Logical Nodes" %} | {{ logical_nodes|length }} |
| {% trans "Interface" %} | {% trans "EPG" %} | {% trans "Bridge Domain" %} | {% trans "VRF" %} | {% trans "Encap VLAN" %} | {% trans "Mode" %} |
|---|---|---|---|---|---|
| {{ b.dcim_interface|linkify }} | {{ b.aci_endpoint_group|linkify }} | {{ b.aci_endpoint_group.aci_bridge_domain|linkify|placeholder }} | {% if b.aci_endpoint_group.aci_bridge_domain %} {{ b.aci_endpoint_group.aci_bridge_domain.aci_vrf|linkify|placeholder }} {% else %}{{ ""|placeholder }}{% endif %} | {{ b.encap_vlan }} | {{ b.get_mode_display }} |
| {% trans "Logical Node" %} | {{ ln|linkify }} | ||||
|---|---|---|---|---|---|
| {% trans "L3Out" %} | {{ ln.aci_logical_node_profile.aci_l3out|linkify|placeholder }} | ||||
| {% trans "Logical Node Profile" %} | {{ ln.aci_logical_node_profile|linkify|placeholder }} | ||||
| {% trans "Router ID" %} | {{ ln.router_id|placeholder }} | ||||
| {% trans "Loopback Address" %} | {% if ln.use_router_id_as_loopback %} {% trans "Router ID" %} {% else %} {{ ln.loopback_address|placeholder }} {% endif %} | ||||
| {% trans "Static Routes" %} |
{% if node_routes %}
|