You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is it possible to print a command itself in the output of the commands I asked oxs to pull from the device out? When I asks for lets say "show arp" it gives me this:
pi@raspberrypi:~/.config/oxidized$ oxs -x cmds device
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.1.1 - 001a.2f65.052b ARPA Vlan10
Internet 192.168.1.14 0 5cf9.3857.2fab ARPA Vlan10
Internet 192.168.1.17 3 848e.dfa1.1c72 ARPA Vlan10
Internet 192.168.1.18 153 84b5.4146.685c ARPA Vlan10
but I would love to have it like this for better view on the output:
pi@raspberrypi:~/.config/oxidized$ oxs -x cmds device
Router#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.1.1 - 001a.2f65.052b ARPA Vlan10
Internet 192.168.1.14 0 5cf9.3857.2fab ARPA Vlan10
Internet 192.168.1.17 3 848e.dfa1.1c72 ARPA Vlan10
Internet 192.168.1.18 153 84b5.4146.685c ARPA Vlan10
So my question is, is the output customizable?
Thank you
The text was updated successfully, but these errors were encountered:
It honors the model, and if model modifies the output, then the output is modified. It wouldn't be hard to add toggle for it. But I'm not planning to work on in in any specific timeframe.
Hi,
is it possible to print a command itself in the output of the commands I asked oxs to pull from the device out? When I asks for lets say "show arp" it gives me this:
pi@raspberrypi:~/.config/oxidized$ oxs -x cmds device
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.1.1 - 001a.2f65.052b ARPA Vlan10
Internet 192.168.1.14 0 5cf9.3857.2fab ARPA Vlan10
Internet 192.168.1.17 3 848e.dfa1.1c72 ARPA Vlan10
Internet 192.168.1.18 153 84b5.4146.685c ARPA Vlan10
but I would love to have it like this for better view on the output:
pi@raspberrypi:~/.config/oxidized$ oxs -x cmds device
Router#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.1.1 - 001a.2f65.052b ARPA Vlan10
Internet 192.168.1.14 0 5cf9.3857.2fab ARPA Vlan10
Internet 192.168.1.17 3 848e.dfa1.1c72 ARPA Vlan10
Internet 192.168.1.18 153 84b5.4146.685c ARPA Vlan10
So my question is, is the output customizable?
Thank you
The text was updated successfully, but these errors were encountered: