Skip to content

Commit

Permalink
Huawei smartax display ont snmp profile 0 all (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmonkey19 authored Oct 3, 2024
1 parent 3cf08dc commit 06cfd16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ 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*${ONT_ID}\s*${SNMP_PROFILE_ID}\s*${SNMP_PROFILE_NAME} -> Record
^\s*
^. -> Error
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
ONT ID SNMP profile ID SNMP profile name
--------------------------------------------------------------------
1 1 snmp-profile_1
2 1 snmp-profile_1
--------------------------------------------------------------------
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ parsed_sample:
- ont_id: "1"
snmp_profile_id: "1"
snmp_profile_name: "snmp-profile_1"
- ont_id: "2"
snmp_profile_id: "1"
snmp_profile_name: "snmp-profile_1"

0 comments on commit 06cfd16

Please sign in to comment.