{% 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 }} |
| {{ ln|linkify }} |
{% trans "L3Out" %}:
{{ ln.aci_logical_node_profile.aci_l3out|linkify }}
{% if ln.router_id %}
· {% trans "Router ID" %}: {{ ln.router_id }}
{% endif %}
{% if node_routes %}
|
|---|
| {{ ln|linkify }} | {% trans "L3Out" %}: {{ ln.aci_logical_node_profile.aci_l3out|linkify }} {% if ln.router_id %} · {% trans "Router ID" %}: {{ ln.router_id }} {% endif %} |
|---|