Cisco Nexus 9000 Series Configuration Manual page 55

Nx-os fundamentals configuration guide
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Using PowerOn Auto Provisioning
POAP Personality Sample Script
# The hostname or IP address of the file server server = "2.1.1.1"
# The VRF to use for downloading and restoration vrf = "default"
if os.environ.has_key('POAP_VRF'):
vrf = os.environ['POAP_VRF']
# Initialize housekeeping stuff (logs, temp dirs, etc.) p = POAPPersonality(download_path,
personality_tarball, protocol, username, password, server, vrf)
p.get_personality()
p.apply_personality()
sys.exit(0)
Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x
41

Advertisement

Table of Contents
loading

Table of Contents