Skip to content

Cisco VIRL 上の NX-OSv は DHCP クライアントに設定出来ない?

Cisco VIRL で試しているのですが、なぜか NX-OSv は DHCP クライアントに設定出来ないようです? NX-OSv 9000 であれば、DHCP クライアントに出来るのですが… フォーラムにも NX-OSv no ip address dhcp command という質問が上がっていました。

NX-OSv の場合 (DHCP クライアント設定 NG)

NX-OSv の場合、dhcp が候補に上がらず、無理に設定してもエラーになります。

1
2
3
4
5
6
switch# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
switch(config)# interface mgmt0
switch(config-if)# ip address ?
  A.B.C.D      IP address in format i.i.i.i
  A.B.C.D/LEN  IP prefix and network mask length in format x.x.x.x/m

NX-OSv 9000 の場合 (DHCP クライアント設定 OK)

NX-OSv 9000 であれば dhcp が候補にあります。 実際に設定も出来、意図した通りに動作します。

1
2
3
4
5
6
7
switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# interface mgmt0
switch(config-if)# ip address ?
  A.B.C.D      IP address in format i.i.i.i
  A.B.C.D/LEN  IP prefix and network mask length in format x.x.x.x/m
  dhcp         Configure IP address from a dhcp server