Skip to content

Commit

Permalink
Added template for Huawei SmartAX: display ont snmp-profile 0 all (#1800
Browse files Browse the repository at this point in the history
)
  • Loading branch information
evilmonkey19 authored Jul 30, 2024
1 parent 3dcf455 commit e4491e2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Value ONT_ID (\d+)
Value SNMP_PROFILE_ID (\d+)
Value SNMP_PROFILE_NAME (\S+)

Start
^\s*ONT\s*ID\s*SNMP\s*profile\s*ID\s*SNMP\s*profile\s*name\s*
^\s*${ONT_ID}\s*${SNMP_PROFILE_ID}\s*${SNMP_PROFILE_NAME}
^\s*
^. -> Error
1 change: 1 addition & 0 deletions ntc_templates/templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ huawei_smartax_display_ont_info_summary_ont.textfsm:huawei_smartax_display_ont_i
huawei_smartax_display_ont_info_0_1_2.textfsm:huawei_smartax_display_ont_info_description.textfsm, .*, huawei_smartax, di[[splay]] ont i[[nfo]] (\d+\s*|\d+ \d+ \d+\s*) *$
huawei_smartax_display_ont_port_vlan_0_1_byvlan_0.textfsm, .*, huawei_smartax, di[[splay]] ont p[[ort]] v[[lan]] \d+ \d+ byvlan \d+
huawei_smartax_display_ont_optical-info_0_all.textfsm, .*, huawei_smartax, di[[splay]] ont o[[ptical-info]] \d+ all
huawei_smartax_display_ont_snmp-profile_0_all.textfsm, .*, huawei_smartax, di[[splay]] ont s[[nmp-profile]] \d+ all
huawei_smartax_display_ont_gemport_0_ontid_0.textfsm, .*, huawei_smartax, di[[splay]] ont g[[emport]] \d+ ontid \d+\s*
huawei_smartax_display_sysman_service_state.textfsm, .*, huawei_smartax, di[[splay]] sysman s[[ervice]] s[[tate]]
huawei_smartax_display_board_serial-number.textfsm, .*, huawei_smartax, di[[splay]] bo[[ard]] s[[erial-number]]\s*
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--------------------------------------------------------------------
ONT ID SNMP profile ID SNMP profile name
--------------------------------------------------------------------
1 1 snmp-profile_1
--------------------------------------------------------------------
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
parsed_sample:
- ont_id: "1"
snmp_profile_id: "1"
snmp_profile_name: "snmp-profile_1"

0 comments on commit e4491e2

Please sign in to comment.