Skip to content

Commit

Permalink
Use Case two update
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored and GGabriele committed Jan 1, 2017
1 parent 8bc5a3a commit e19b4ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cisco_ios_show_mac-address-table.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TYPE1
^${DESTINATION_ADDRESS}\s+${TYPE}\s+${VLAN}\s+${DESTINATION_PORT} -> Record

TYPE2
^[\*|\s]\s+${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+\S+\s+\d+\s+${DESTINATION_PORT} -> Record
^[\*|\s]\s+${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+\S+\s+\S+\s+${DESTINATION_PORT} -> Record

TYPE3
^\s+${VLAN}\s+${DESTINATION_ADDRESS}\s+${TYPE}\s+\S+\s+${DESTINATION_PORT} -> Record
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ parsed_sample:
type: dynamic
vlan: '60'

- destination_address: 0000.30a3.0167
destination_port: Router
type: static
vlan: '777'

- destination_address: 30a3.30a3.58b5
destination_port: Po6
type: dynamic
Expand Down

0 comments on commit e19b4ff

Please sign in to comment.