You are viewing an old version of this page. View the current version.
Compare with Current
View Version History
Version 1
Next »
When you push configurations to switches with AmpCon-DC, you need to prepare a global configuration .txt file with general configurations to apply to switches.
![19.png](https://pica8-fs.atlassian.net/wiki/download/thumbnails/281412036/19.png?version=1&modificationDate=1734069848342&cacheVersion=1&api=v2&width=760&height=389)
The following are example global configurations including PoE, IP routing, VLAN, and inband configurations.
Note: This example is just an illustration. Ensure the CLIs you use are compatible with the version of PicOS being used.
set poe interface all enable true set ip routing enable true set vlans vlan-id 20 l3-interface vlan20 set l3-interface vlan-interface vlan20 address 192.168.20.10 prefix-length 24 set interface gigabit-ethernet te-1/1/1 family ethernet-switching native-vlan-id 20 set system inband enable true set protocols lldp enable true set system services ssh idle-timeout 60 set protocols spanning-tree enable true set protocols spanning-tree force-version 4 |
---|
Add Comment