一批机器管理卡是复用的,做了bonding,打trunk,管理卡全部不通。
[root@n128047 ~]# ipmitool lan print
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM :
IP Address Source : Static Address
IP Address : 10.127.159.47
Subnet Mask : 255.255.255.0
MAC Address : 84:2b:2b:56:77:32
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 10.127.159.1
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
Cipher Suite Priv Max : aaaaaaaaaaaaaaa
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
设置管理卡vlan id后管理卡通了
[root@n128047 ~]# ipmitool lan set 1 vlan id 828
[root@n128047 ~]# ping 10.127.159.47
PING 10.127.159.47 (10.127.159.47) 56(84) bytes of data.
^C
--- 10.127.159.47 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3739ms
[root@n128047 ~]# ipmitool lan print
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM :
IP Address Source : Static Address
IP Address : 10.127.159.47
Subnet Mask : 255.255.255.0
MAC Address : 84:2b:2b:56:77:32
SNMP Community String : public
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
Default Gateway IP : 10.127.159.1
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : 828
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
Cipher Suite Priv Max : aaaaaaaaaaaaaaa
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
[root@n128047 ~]# ping 10.127.159.47
PING 10.127.159.47 (10.127.159.47) 56(84) bytes of data.
64 bytes from 10.127.159.47: icmp_seq=1 ttl=63 time=0.676 ms
64 bytes from 10.127.159.47: icmp_seq=2 ttl=63 time=0.567 ms
^C
--- 10.127.159.47 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1222ms
rtt min/avg/max/mdev = 0.567/0.621/0.676/0.059 ms
|