IT, Umum

Configure dual switch for avamar multi grid

Configure dual switch for avamar multi grid and If you have found script test error during install Avamar with dual switch, please configure manually the switch one by one like below:

  1. Using putty, Connect to console switch using mini usb cable
  2. then in the screen will automatic login to switch, but if need login, you can use this default user and password: admin / DellN1124T

dell_sw>enable

dell_sw#show running-config

!Current Configuration:
!System Description “Dell EMC Networking N1124T-ON, 6.4.2.8, Linux 3.6.5”
!System Software Version 6.4.2.8
!
configure
hostname “dell_sw”
slot 1/0 3 ! Dell EMC Networking N1124T-ON
stack
member 1 3 ! N1124T-ON
exit
interface vlan 1
ip address 192.168.255.234 255.255.255.0
ipv6 address autoconfig
exit
username “admin” password f10c1b2dfc76dd43d9e80445e0ff5d30 privilege 15 encrypted
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot
snmp-server engineid local 800002a203684f642f396f
exit

dell_sw#configure

dell_sw(config)#interface vlan 1

dell_sw(config-if-vlan1)#ip address 192.168.255.200 255.255.255.0

dell_sw(config-if-vlan1)#exit

dell_sw(config)#exit

dell_sw#show running-config

!Current Configuration:
!System Description “Dell EMC Networking N1124T-ON, 6.4.2.8, Linux 3.6.5”
!System Software Version 6.4.2.8
!
configure
hostname “dell_sw”
slot 1/0 3 ! Dell EMC Networking N1124T-ON
stack
member 1 3 ! N1124T-ON
exit
interface vlan 1
ip address 192.168.255.200 255.255.255.0
ipv6 address autoconfig
exit
username “admin” password f10c1b2dfc76dd43d9e80445e0ff5d30 privilege 15 encrypted
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot
snmp-server engineid local 800002a203684f642f396f
exit

dell_sw#configure

dell_sw(config)#hostname dell_swa

dell_swa(config)#exit

dell_swa#copy running-config startup-config

This operation may take few minutes.
Management interfaces will not be available during this time.

Are you sure you want to save? (y/n) y

Configuration Saved!
dell_swa#exit

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top