Imagine I have a N3K switch in a lab. The mgmt0 vrf as configured as below.
The only way I have to get to the internet, is thru a proxy. for example I was given this information for the proxy server which other devices get connected to the Internet:
Please let me know which would be configuration to route thru the proxy and get the N3K connected to the Internet. My intention is to install Chef packages for testing.
proxy.company.com
port 80
(routable IP given - this is just an example):
161.70.168.13
N3K# show run int mgmt 0
!Command: show running-config interface mgmt0
!Time: Thu Feb 4 17:01:02 2016
version 7.0(3)I2(2a)
interface mgmt0
vrf member management
ip address 10.2.21.24/27
N3K#