Can netscreen config be shown in the native tabular format? For large device, text format is kind of messy.
Can you post an example of how it's showing in NCM versus how it's showing in native format? I'd like to include this in the feature request.
Thanks,
If you run "get config" through CLI (this is what's supported in Orion NCM), you get netscreen config in text format. If you view config through web interface, you get netscreen config in tabular format. Sometime text format can be messy. Here is one example:
text format
========
set policy id 1 from "Trust" to "DMZ" "net_10.1.1.0" "net_10.10.10.0" "tcp_1100-1109" permit set policy id 1set src-address "net_10.2.2.0"set src-address "net_10.2.3.0"set dst-address "net_10.10.1.0"set service "udp_1100"set service "udp_1105"set service "udp_1109"set log session-initexit
tabular format
==========
|id| source | destination | service | action |
| | net_10.1.1.0, | net_10.10.10.0 | tcp_1100-110 | |
| 1| net_10.2.2.0, | net_10.10.1.0 |udp_1100,udp_1105,| permit |
| | net_10.2.3.0 | |udp_1109 | |
Those "set" commands are adding additional sources/destinations/services to the original policy. If user only uses the web interface for configuring netscreen firewall, showing the text format might not be very convenient.