I recently put together another ICX access closet template for myself, as I had several new ICX6450s to put in. Making the template takes a little time up front, but then you can just modify the IP address and hostname, then paste it all in at one time. I think I had about a 3 minute interval between the 7 switches that I configured. That was booting two units up, pasting the config in, then going to the next two, and so on.
These switches do not have phones attached. They are just for data connectivity.
===== Template for ICX64XX ========
enable
config t
default-vlan-id 499
hostname ICX
vlan 1
tagged eth 1/2/1
tagged eth 1/2/3
vlan 7
tagged eth 1/2/1
tagged eth 1/2/3
untagg eth 1/1/1 to 1/1/24
exit
no ip dhcp-client enable
int eth 1/2/1
trust dscp
spanning-tree 802-1w admin-pt2pt-mac
int eth 1/2/3
trust dscp
spanning-tree 802-1w admin-pt2pt-mac
int eth 1/1/1 to 1/1/24
loop-detection
stp-bpdu-guard
spanning-tree 802-1w admin-edge-port
trust dscp
exit
telnet server
enable super-user-password newpassword
fdp run
cdp run
lldp run
ip add 192.168.0.8 255.255.255.0
ip default-gateway 192.168.0.1
clock timezone us central
clock summer-time
exit
No comments:
Post a Comment
Your comment will be reviewed for approval. Thank you for submitting your comments.