04-07-2021 05:12 AM
Hello,
Is there a way to see if the interfaces of WSA are up or down?
CLI or web interface
Thanks and regards,
Konstantinos
Solved! Go to Solution.
04-08-2021 06:17 AM
In the CLI, use ‘interfaceconfig’, enter “details” for the command.
Then pick your interface… example below....
(but I think I'll put this in as an ENH request with the beta team...)
EX:
wsav > interfaceconfig
Currently configured interfaces:
Choose the operation you want to perform:
- NEW - Create a new interface.
- EDIT - Modify an interface.
- DELETE - Remove an interface.
- DETAILS - Show details of an interface.
[]> details
Enter the number of the interface you wish to view details of.
[]> 1
nic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00:50:56:ae:1b:3a
hwaddr 00:50:56:ae:1b:3a
inet 172.16.0.26 netmask 0xfffff800 broadcast 172.16.7.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
Currently configured interfaces:
Choose the operation you want to perform:
- NEW - Create a new interface.
- EDIT - Modify an interface.
- DELETE - Remove an interface.
- DETAILS - Show details of an interface.
[]>
04-07-2021 05:50 PM
you can try "netstat" or "arpshow"
04-08-2021 06:17 AM
In the CLI, use ‘interfaceconfig’, enter “details” for the command.
Then pick your interface… example below....
(but I think I'll put this in as an ENH request with the beta team...)
EX:
wsav > interfaceconfig
Currently configured interfaces:
Choose the operation you want to perform:
- NEW - Create a new interface.
- EDIT - Modify an interface.
- DELETE - Remove an interface.
- DETAILS - Show details of an interface.
[]> details
Enter the number of the interface you wish to view details of.
[]> 1
nic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00:50:56:ae:1b:3a
hwaddr 00:50:56:ae:1b:3a
inet 172.16.0.26 netmask 0xfffff800 broadcast 172.16.7.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
Currently configured interfaces:
Choose the operation you want to perform:
- NEW - Create a new interface.
- EDIT - Modify an interface.
- DELETE - Remove an interface.
- DETAILS - Show details of an interface.
[]>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide