Displaying 1 result from an estimated 1 matches for "tagged_ports".
Did you mean:
untagged_ports
2010 May 05
12
puppet for switches
...fied to be used to manage
switches that have a command line based interface?
When I manage our Allied Telesis switches (which have a CLI similar to
cisco IOS) I wonder if I could control it via a puppet-like node:
node ''switch-101'' {
vlan { storage:
id => 1234,
untagged_ports => "3/e1, 4/e3",
tagged_ports => "1/e1-2/e48",
}
include gvrp
include stp::rstp
stp::portfast { "1/e1-e48,2/e1-48",3/e1-48": }
}
Now I know we probably can''t get puppet to run on the switch, but we can
get a host to ssh or telnet...