Once the VM (.ova) file has been deployed (version Cisco vWAAS-750-5.4.1-b34.ova in this case) on to the UCS-E Server. We can configure the vWAAS settings. You can do this either by running through the ‘setup’ command, or use the values from below.
From the vCentre client, choose the console tab and log in to the vWAAS Console. The default is userid and password are admin/default.
vWAAS(config)# interface virtual 1/0vWAAS(config-if)# ip address 172.22.36.2 255.255.255.0vWAAS(config-if)# exit
vWAAS(config)# ip default-gateway 172.22.36.1vWAAS(config)# ip primary-interface virtual 1/0
vWAAS# license add Enterprise
vWAAS(config)# central-manager address 172.22.x.x
vWAAS(config)# cms enable
Leave a comment