FX2 management IP's for IOA A1 & A2 switching from CMC mgmt ports to IOA 10Gb ports
Hi I'm hoping someone in either the PowerConnect or PowerEdge forums can help us with this so I'm posting in both. Thanks in advance for any assistance you can provide. :)
We have a problem where our I/O Aggregator managemnet public IP's are dropping off the CMC management interface, and moving to the IOA's 10Gb physical ports then dropping off the network. I suspect the problem is when it gets over to the IOA linkagg it doesn't know that it needs to tag its vlan traffic and I see no command to enable vlan tagging on the ma-0/0 interface.
It's getting really frustrating to try and work on this via SSH while it keeps disconnecting me, like right now as I tried to get back in to check if I could tag the mgmt ip inside the IOA switch config I got as far as to get into the interface run a ?, and back out to # to run a "sh ru" and grab this config below LOL
In the mean time I've figured out I can connect to the CMC via ssh then from the CMC open a serial connection to the IOA "connect -b -m switch-1" or switch-2.
IOA's are in PMUX mode, username and IP's redacted:
Dell#sh ru
Current Configuration ...
! Version 9.6(0.0)
! Last configuration change at Mon Oct 27 13:32:45 2014 by root
! Startup-config last updated at Mon Oct 27 13:32:49 2014 by root
!
boot system stack-unit 0 primary system: A:
boot system stack-unit 0 secondary system: B:
!
redundancy auto-synchronize full
!
hostname Dell
!
username ...
!
stack-unit 0 provision PE-FN-410T-IOA
!
interface TenGigabitEthernet 0/1
description Sled1
portmode hybrid
switchport
vlan tagged 2-4094
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/2
description NIU_QuarterSledOnly
shutdown
!
interface TenGigabitEthernet 0/3
description Sled2
portmode hybrid
switchport
vlan tagged 2-4094
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/4
description NIU_QuarterSledOnly
shutdown
!
interface TenGigabitEthernet 0/5
description Sled3
portmode hybrid
switchport
vlan tagged 2-4094
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/6
description NIU_QuarterSledOnly
shutdown
!
interface TenGigabitEthernet 0/7
description Sled4
portmode hybrid
switchport
vlan tagged 2-4094
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/8
description NIU_QuarterSledOnly
shutdown
!
interface TenGigabitEthernet 0/9
mtu 9216
!
port-channel-protocol LACP
port-channel 48 mode active
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/10
mtu 9216
!
port-channel-protocol LACP
port-channel 48 mode active
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/11
mtu 9216
!
protocol lldp
no shutdown
!
interface TenGigabitEthernet 0/12
mtu 9216
!
protocol lldp
no shutdown
!
interface ManagementEthernet 0/0
ip address x.x.x.48/25
no shutdown
!
interface Port-channel 48
mtu 9216
portmode hybrid
switchport
vlan tagged 2-4094
fip-snooping port-mode fcf
no shutdown
link-bundle-monitor enable
!
interface Port-channel 128
no shutdown
!
interface Vlan 1
ip address dhcp
no shutdown
!
interface Vlan 2
no shutdown
!
.
. all vlans are "no shut"
.
!
interface Vlan 4094
no shutdown
!
management route 0.0.0.0/0 x.x.x.1
!
service-class dynamic dot1p
!
snmp-server community DellSNMP_RO ro
snmp-server enable traps snmp linkdown linkup
snmp-server enable traps stack
ip ssh server version 2
!
dcb-map FLEXIO_DCB_MAP_PFC_OFF
no pfc mode on
!
protocol lldp
!
line console 0
line vty 0
line vty 1
line vty 2
line vty 3
line vty 4
line vty 5
line vty 6
line vty 7
line vty 8
line vty 9
!
uplink-state-group 1
!
end
Dell#exit
I'm hoping someone knows a command to make the public IP stay fixed on the CMC management interface (or if there's a way for it to stay on the IOA's Linkagg and tag it's traffic that's fine as well, either way we'd like to monitor the IP for notifications in case the IOA reboots).
Thanks again for any help you can offer :)