Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New template: Huawei vrp display http server #1856

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions ntc_templates/templates/huawei_vrp_display_http_server.textfsm
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Value HTTP_SERVER_STATUS (\S+)
Value HTTP_SERVER_PORT (disabled|\d+\(\d+\))
Value HTTP_TIMEOUT_INTERVAL (\d+)
Value CURRENT_ONLINE_USERS (\d+)
Value MAXIMUM_USERS_ALLOWED (\d+)
Value HTTPS_SERVER_STATUS (\S+)
Value HTTPS_SERVER_PORT (disabled|\d+\(\d+\))
Value HTTP_SSL_POLICY (\S+)
Value HTTP_IPV6_SERVER_STATUS (\S+)
Value HTTP_IPV6_SERVER_PORT (disabled|\d+\(\d+\))
Value HTTPS_IPV6_STATUS (disabled|\d+\(\d+\))
Value HTTP_SERVER_SOURCE_ADDRESS (\S+)

Start
^\s*HTTP\s*Server\s*Status\s*:\s*${HTTP_SERVER_STATUS}
^\s*HTTP\s*Server\s*Port\s*:\s*${HTTP_SERVER_PORT}
^\s*HTTP\s*Timeout\s*Interval\s*:\s*${HTTP_TIMEOUT_INTERVAL}
^\s*Current\s*Online\s*Users\s*:\s*${CURRENT_ONLINE_USERS}
^\s*Maximum\s*Users\s*Allowed\s*:\s*${MAXIMUM_USERS_ALLOWED}
^\s*HTTP\s*Secure-server\s*Status\s*:\s*${HTTPS_SERVER_STATUS}
^\s*HTTP\s*Secure-server\s*Port\s*:\s*${HTTPS_SERVER_PORT}
^\s*HTTP\s*SSL\s*Policy\s*:\s*${HTTP_SSL_POLICY}
^\s*HTTP\s*IPv6\s*Server\s*Status\s*:\s*${HTTP_IPV6_SERVER_STATUS}
^\s*HTTP\s*IPv6\s*Server\s*Port\s*:\s*${HTTP_IPV6_SERVER_PORT}
^\s*HTTP\s*IPv6\s*Secure-server\s*Status\s*:\s*${HTTP_IPV6_SERVER_PORT}
^\s*HTTP\s*IPv6\s*Secure-server\s*Port\s*:\s*${HTTPS_IPV6_STATUS}
^\s*HTTP\s*server\s*source\s*address\s*:\s*${HTTP_SERVER_SOURCE_ADDRESS}
^\s*$$
^. -> Error
1 change: 1 addition & 0 deletions ntc_templates/templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ huawei_vrp_display_service-set_all.textfsm, .*, huawei_vrp, dis[[play]] service-
huawei_vrp_display_ipv6_neighbors.textfsm, .*, huawei_vrp, dis[[play]] ipv6 n[[eighbors]]
huawei_vrp_display_mpls_te_tunnel.textfsm, .*, huawei_vrp, dis[[play]] mpls te tunnel
huawei_vrp_display_lldp_neighbor.textfsm, .*, huawei_vrp, dis[[play]] lldp nei[[ghbor]]
huawei_vrp_display_http_server.textfsm, .*, huawei_vrp, di[[splay]] h[[ttp]] s[[erver]] *$
huawei_vrp_display_mac-address.textfsm, .*, huawei_vrp, disp[[lay]] mac[[-address]]
huawei_vrp_display_temperature.textfsm, .*, huawei_vrp, dis[[play]] tem[[perature]]
huawei_vrp_display_nat_server.textfsm, .*, huawei_vrp, dis[[play]] na[[t]] ser[[ver]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
HTTP Server Status : disabled
HTTP Server Port : 80(80)
HTTP Timeout Interval : 20
Current Online Users : 0
Maximum Users Allowed : 1
HTTP Secure-server Status : disabled
HTTP Secure-server Port : 443(443)
HTTP SSL Policy : Default
HTTP IPv6 Server Status : disabled
HTTP IPv6 Server Port : 80(80)
HTTP IPv6 Secure-server Status : disabled
HTTP IPv6 Secure-server Port : 443(443)
HTTP server source address : 0.0.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
parsed_sample:
- current_online_users: "0"
http_ipv6_server_port: "disabled"
http_ipv6_server_status: "disabled"
http_server_port: "80(80)"
http_server_source_address: "0.0.0.0"
http_server_status: "disabled"
http_ssl_policy: "Default"
http_timeout_interval: "20"
https_ipv6_status: "443(443)"
https_server_port: "443(443)"
https_server_status: "disabled"
maximum_users_allowed: "1"
Loading