Thank you for reply @howardtopher I see, thank you for confirmation. I have PA-5260 running 9.1.5 (AUX-1 is not in use). I was doing some research on this to find out more. The AUX-1 port is referred as eth5. > show system state filter cfg.aux_intf.map cfg.aux_intf.map: { 'aux-1': eth5, 'aux-2': eth6, } > show system state filter net.s0.eth5.* net.s0.eth5.cfg: { 'disable-dhcp': True, 'fips-gated': True, 'hwaddr': 08:66:1f:02:7d:e2, 'ifindex': 7, 'ip-type': static, 'mtu': 1500, 'onboot': True, 'routes': { 'default': , }, 'table': aux-1, 'v6routes': { 'default': , }, } net.s0.eth5.dhcp-dns: { } net.s0.eth5.dhcp-ntp: { } net.s0.eth5.dhcp-opcmd: 0 net.s0.eth5.dhcp-options: { } net.s0.eth5.hwcfg: { 'advertised': [ ], 'link': Down, 'mode': Force, 'setting': 1Gb/s-full, } net.s0.eth5.stats: { 'rx-bytes': 0, 'rx-compressed': 0, 'rx-drop': 0, 'rx-errs': 0, 'rx-fifo': 0, 'rx-frame': 0, 'rx-multicast': 0, 'rx-packets': 0, 'tx-bytes': 0, 'tx-carrier': 0, 'tx-colls': 0, 'tx-compressed': 0, 'tx-drop': 0, 'tx-errs': 0, 'tx-fifo': 0, 'tx-packets': 0, } eth5 can be identified by Interface Index: 'ifindex': 7. By doing SNMP walk, I could see this interface to be showing up: I know this is not perfect answer to your question, but if your monitoring system can monitor 'ifindex': 7, the it should be possible to monitor this interafce. Kind Regards Pavel
... View more