Skip to content

Commit

Permalink
Merge pull request #6 from Onemind-Services-LLC/dev
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
abhi1693 authored Apr 1, 2024
2 parents 523d1c8 + 5d89ac8 commit 3625554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttp_templates/templates/cisco_nxos_show_running_config.ttp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ interface {{ name | _start_ }}
switchport mode trunk {{ mode | set("tagged_all") }}
switchport access vlan {{ access_vlan | let("mode", "access") }}
switchport trunk native vlan {{ access_vlan | let("mode", "access") }}
switchport trunk allowed vlan {{ untagged_vlans | unrange(rangechar='-', joinchar=',') | split(",") | joinmatches | let("mode", "tagged") }}
switchport trunk allowed vlan {{ tagged_vlans | unrange(rangechar='-', joinchar=',') | split(",") | joinmatches | let("mode", "tagged") }}
channel-group {{ lag_id }} mode {{ lacp_mode }}

<group name="ipv4*" method="table">
Expand Down

0 comments on commit 3625554

Please sign in to comment.