Configure the Remote Collector container on the Cisco Catalyst 9300

This procedure describes how to set up the Remote Collector container on the Cisco Catalyst 9300.

  1. To go to privileged mode in the Catalyst 9300, enter the command:
    enable
  2. To set up the Catalyst 9300 AppGigabitEthernet interface in trunk mode, enter the command:
    conf t
    
    interface AppGigabitEthernet 1/0/1
    switchport mode trunk
    exit
  3. To configure the IOx to host the container, enter the command:
    app-hosting appid NozomiNetworks_RC
        app-vnic management guest-interface 0
        guest-ipaddress 192.0.2.10 netmask 255.255.255.0
        app-default-gateway 192.0.2.1 guest-interface 0
        app-vnic AppGigabitEthernet trunk
    app-hosting appid NozomiNetworks_RC
        app-vnic AppGigabitEthernet trunk
        guest-interface 1
        mirroring
    end
The Remote Collector container is now set up on the Cisco Catalyst 9300.