01-17-2020 03:02 PM
After switch bootup ZTP is not getting started. I have below ISC-DHCP Settings and ZTP-poap config file. I am not seeing the guestshell getting started during ZTP. Anyone faced similar situation.
Installed CAT3K_CAA-UNIVERSALK9-M Version 16.12.1 on my C3650 switch and write erased the startup-config to kick start the ZTP provisioning. ZTP is not getting invoked.
DHCP Server Settings:
subnet 101.1.1.0 netmask 255.255.255.0 {
option routers 101.1.1.1;
default-lease-time 7200;
max-lease-time 14400;
authoritative;
pool {
allow members of "cisco";
range 101.1.1.21 101.1.1.40;
option tftp-server-name "101.1.1.41";
option bootfile-name "poap_cisco.cfg"; <==========
}
}
Poap_cisco.cfg file in tftp server:
snmp-server community public RW
lldp run
int gig0/0
ip address dhcp
no shut
hostname access1
line vty 0 15
transport input ssh
transport output ssh
================================
Cat3650 console log :
Switch#sh startup-config
startup-config is not present
Switch#
Switch#
Switch#reload
System configuration has been modified. Save? [yes/no]: no
Reload command is being issued on Active unit, this will reload the whole stack
Proceed with reload? [confirm]
<< switch reloaded >>
% Checking backup nvram
% No config present. Using default config
*Jan 17 22:19:40.579: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to down
*Jan 17 22:19:42.854: %SYS-6-STARTUP_CONFIG_IGNORED: System startup configuration is ignored based on the configuration register setting.
*Jan 17 22:19:43.385: %SYS-5-CONFIG_P: Configured programmatically by process CPP MQC QoS Policy manager from console as vty2
*Jan 17 22:19:43.524: %SYS-5-CONFIG_P: Configured programmatically by process PnP Agent Discovery from console as vty2
*Jan 17 22:19:43.528: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up
*Jan 17 22:19:43.578: %IOSXE_MGMTVRF-3-AFI_ATTACH_FAIL: Management VRF AFI ipv6 attach failed
*Jan 17 22:19:43.653: %SYS-5-CONFIG_P: Configured programmatically by process MGMT VRF Process from console as vty0
*Jan 17 22:19:43.664: %IOSXE_MGMTVRF-6-CREATE_SUCCESS_INFO: Management vrf Mgmt-vrf created with ID 1, ipv4 table-id 0x1, ipv6 table-id 0x1E000001
*Jan 17 22:19:43.666: %SYS-5-CONFIG_P: Configured programmatically by process MGMT VRF Process from console as vty0
*Jan 17 22:19:45.011: %EVENT_TRACE-6-ENABLE: Trace already enabled.
*Jan 17 22:19:45.012: %EVENT_TRACE-6-ENABLE: Trace already enabled.
*Jan 17 22:19:45.013: %EVENT_TRACE-6-ENABLE: Trace already enabled.
*Jan 17 22:19:45.013: %EVENT_TRACE-6-ENABLE: Trace already enabled.
*Jan 17 22:19:45.164: %SYS-5-RESTART: System restarted --
Cisco IOS Software [Gibraltar], Catalyst L3 Switch Software (CAT3K_CAA-UNIVERSALK9-M), Version 16.12.1, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
*Jan 17 22:19:47.155: %LINK-3-UPDOWN: Interface Vlan1, changed state to up
*Jan 17 22:19:47.811: %ILPOWER-7-DETECT: Interface Gi1/0/20: Power Device detected: IEEE PD
*Jan 17 22:19:48.167: %SYS-6-BOOTTIME: Time taken to reboot after reload = 241 seconds
*Jan 17 22:19:48.715: %ILPOWER-5-POWER_GRANTED: Interface Gi1/0/20: Power granted
*Jan 17 22:19:50.157: %ONEP_BASE-6-SS_ENABLED: ONEP: Service set Base was enabled by Default
*Jan 17 22:24:16.406: %PLATFORM_THERMAL-1-FRU_FAN_NOT_PRESENT: Switch 1: System fan 1 not present
*Jan 17 22:25:17.598: AUTOINSTALL: GigabitEthernet0/0 releasing DHCP ip address 101.1.1.21. <-mgmt DHCP allocated ip got released
*Jan 17 22:25:17.666: %IP-4-CLASS: Bad IP address and mask 0.0.0.0/0 in class_resolve()
<< ZTP not getting invoked...>>
Anything missing
03-12-2020 08:29 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide