Skip to content

Conversation

@conmurphy
Copy link

@conmurphy conmurphy commented Jun 16, 2025

This adds support to enable the DPUs on the smart switch and is the equivalent of:

feature service-acceleration

service system hypershield
  https-proxy proxy.example.com port 80
  source-interface loopback100
  service firewall
    vrf red module-affinity dynamic
    vrf green module-affinity 3
    in-service

Here is an example configuration

nxos:
  devices:
    - name: n9300-smart-switch
      url: https://10.1.1.1
      configuration:
        system:
          feature:
            service_acceleration: true
        hypershield:
          source_interface: "loopback100"
          https_proxy_port: 80
          https_proxy_server: "example.my-proxy.com"
          admin_state: "in-service"
          vrfs:
            - name: green
              affinity: 1
            - name: blue
              affinity: dynamic
            - name: red

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant