cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4649
Views
0
Helpful
19
Replies

Option 150 dosent work on pnp startup vlan 5

qukquk
Level 1
Level 1

Hey.

I have some pnp problems booting up a ie3300 switch. For some reason it gets the ip-address but not the tftp bootstrap file - using option 150 (it works on vlan 1) I have change the pnp to startup i vlan 5.

 

1: After the DTP (trunk negotiation is finished) the Ie3300 switch get and ip address in vlan 5 but it also copy tftp source interface for vlan 1 and not 5 as it should be. so the bootstrap service didn't run.

 

i tried to clear the switch with the following commands:

no crypto pki certificate pool
crypto key zeroize
config-register 0x2102  write

[CLI exec mode]

delete /force nvram:*.cer
delete /force vlan.dat
delete /force flash:pnp*

 

output of Ie3300 booting up

 

%Error opening tftp://255.255.255.255/network-confg (Timed out)
%Error opening tftp://255.255.255.255/cisconet.cfg (Timed out)
%Error opening tftp://255.255.255.255/router1-confg (Timed out)
%Error opening tftp://255.255.255.255/router1.cfg (Timed out)

thanks...

19 Replies 19

Hi Paul - I already did that - using 2 pools because the switch should automatically download new image to the IE3300 and also the startup configuration.. when the phase 1 of the script is finished it will boot-up once again and validate certain things, and afterward selfdestruct the EEM script.. But right i am struggling with a simple option 150

 

ip dhcp pool pool2
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
ip dhcp pool pool1
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
option 150 ip 10.1.1.1
class-map match-any system-cpp-police-dhcp-snooping
description DHCP snooping
ZTP-MASTER#show int vlan 5
Vlan5 is up, line protocol is up , Autostate Enabled
Hardware is Ethernet SVI, address is 4ce1.7671.5ec7 (bia 4ce1.7671.5ec7)
Internet address is 10.1.1.1/24
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not supported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:58, output 00:00:14, output hang never
Last clearing of "show interface" counters never
Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
330 packets input, 47078 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
198 packets output, 18608 bytes, 0 underruns
Output 0 broadcasts (0 IP multicasts)
0 output errors, 3 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
ZTP-MASTER#show int vlan 1
Vlan1 is up, line protocol is up , Autostate Enabled
Hardware is Ethernet SVI, address is 4ce1.7671.5ec7 (bia 4ce1.7671.5ec7)
Internet address is 10.0.0.1/24
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not supported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 01:22:33, output 00:00:14, output hang never
Last clearing of "show interface" counters never
Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
29 packets input, 7195 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
4 packets output, 256 bytes, 0 underruns
Output 0 broadcasts (0 IP multicasts)
0 output errors, 3 interface resets
0 unknown protocol drops

9300

ZTP-MASTER#show udp detail
Proto Remote Port Local Port In Out Stat TTY OutputIF
17 0.0.0.0 0 10.0.0.1 2228 0 0 211 0
Queues: output 0
input 0 (drops 0, max 64, highwater 0)
Proto Remote Port Local Port In Out Stat TTY OutputIF
17 --listen-- 10.0.0.1 520 0 0 2000001 0
Queues: output 0
input 0 (drops 0, max 150, highwater 0)
Proto Remote Port Local Port In Out Stat TTY OutputIF
17 10.1.1.2 68 10.1.1.1 67 0 0 2002211 0
Queues: output 0
input 0 (drops 0, max 256, highwater 1)

__________________-

 

From the ie3300 i can download the file from the tftp server - so the service is running but when i do a show 

Switch#copy tftp://10.1.1.1/bootstrap.config flash:
Destination filename [bootstrap.config]?
Accessing tftp://10.1.1.1/bootstrap.config...
Loading bootstrap.config from 10.1.1.1 (via Vlan5): !
[OK - 432 bytes]

432 bytes copied in 0.040 secs (10800 bytes/sec)
Switch#

 

 

 

Hello,

 

what if you add the line in bold to the pool:

 

ip dhcp pool pool1
network 10.1.1.0 255.255.255.0
--> bootfile bootstrap.config
default-router 10.1.1.1
option 150 ip 10.1.1.1

ZTP-MASTER#show run | s dhcp
ip dhcp pool pool2
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
ip dhcp pool pool1
network 10.1.1.0 255.255.255.0
bootfile bootstrap.config
default-router 10.1.1.1
option 150 ip 10.1.1.1

 

3300 output afterwards:

Base Ethernet MAC Address : 00:29:c2:3c:2e:e0
Motherboard Assembly Number : 73-101446-08
Motherboard Serial Number : FOC23081CPJ
Model Revision Number : V02
Motherboard Revision Number : 8
Model Number : IE-3300-8P2S
System Serial Number : FOC2312V015
Top Assembly Part Number : 068-101577-02
Top Assembly Revision Number : A0
System FPGA version : 0.81.2
CIP Serial Number : 0x3A3C2EE0
SKU Brand Name : Cisco

 


--- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:
%Error opening tftp://255.255.255.255/network-confg (Socket error)
%Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)
%Error opening tftp://255.255.255.255/router-confg (Socket error)
%Error opening tftp://255.255.255.255/ciscortr.cfg (Socket error)
%Error opening tftp://255.255.255.255/network-confg (Socket error)
%Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)
%Error opening tftp://255.255.255.255/router-confg (Socket error)
%Error opening tftp://255.255.255.255/ciscortr.cfg (Socket error)

 

I am now trying another ios-xe version on the IE3300 - almost the same error...difference = no tftp source vlan 1 anymore

Switch#show ver
Cisco IOS XE Software, Version 16.12.03

 

running config

!
!
!
interface GigabitEthernet1/1
description PNP STARTUP VLAN
switchport trunk allowed vlan 5
switchport mode trunk
!
interface GigabitEthernet1/2
!
interface GigabitEthernet1/3
!
interface GigabitEthernet1/4
!
interface GigabitEthernet1/5
!
interface GigabitEthernet1/6
!
interface GigabitEthernet1/7
!
interface GigabitEthernet1/8
!
interface GigabitEthernet1/9
!
interface GigabitEthernet1/10
!
interface Vlan1
ip dhcp client client-id ascii FOC2312V015
ip address dhcp
shutdown
!
interface Vlan5
ip address dhcp

Hello


@qukquk wrote:

 

ip dhcp pool pool2
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
ip dhcp pool pool1
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
option 150 ip 10.1.1.1

 

 

From the ie3300 i can download the file from the tftp server - so the service is running but when i do a show 

Switch#copy tftp://10.1.1.1/bootstrap.config flash:
Destination filename [bootstrap.config]?
Accessing tftp://10.1.1.1/bootstrap.config...
Loading bootstrap.config from 10.1.1.1 (via Vlan5): !
[OK - 432 bytes]

432 bytes copied in 0.040 secs (10800 bytes/sec)
Switch#

 


The boot file being called upon in the dhcp scope of the 9300 I assume is the tftp server set to the correct path for that bootfile?

Example:
tftp-server flash:TESTCONFIG
or
tftp-server bootflash:dir/TESTCONFIG


ip dhcp pool pool1
bootfile TESTCONFIG

 

Host switch
conf t
boot host dhcp
wr
show boot
show pnp trace

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

ZTP-MASTER#dir
Directory of flash:/

639026 -rw- 432 Jul 29 2020 12:38:03 +00:00 bootstrap.config

11353194496 bytes total (7792627712 bytes free)

 

ZTP-MASTER#show run | s tftp
tftp-server flash:bootstrap.config

______

dhcp config:

ZTP-MASTER# show run | s dhcp
ip dhcp pool pool2
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
ip dhcp pool pool1
network 10.1.1.0 255.255.255.0
bootfile bootstrap.config
default-router 10.1.1.1
option 150 ip 10.1.1.1

_____

Petra switch (ie3300)

conf t 
boot host dhcp = dosent work

Switch(config)#boot ?
enable-break Enable Break while booting
flash-primary Set flash: as primary boot device
manual Manual Boot
system System Image

______

pnp Output


------------------ show pnp trace ------------------

[07/29/20 18:49:30.460 UTC 1 3] Non-redundancy mode (0) after 1 retries.
[07/29/20 18:49:30.461 UTC 2 3] Info: Checking if PnP discovery should start
[07/29/20 18:49:30.461 UTC 3 3] Info: PnP discovery process is not running
[07/29/20 18:49:30.462 UTC 4 3] Info: Started PnP Discovery Process, pid=332
[07/29/20 18:49:30.462 UTC 5 3] 1 _paati.info: _xmastt.info (1) 16. PnP Subsystem Init PT: 4 ms, FirstPT: 4 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=3, pname=Init, time=18:49:30 UTC Wed Jul 29 2020]
[07/29/20 18:49:30.462 UTC 6 3] 1 _psi.info: System Subsystem Init (PT=4).
[07/29/20 18:49:30.743 UTC 7 332] 2 _paati.info: _xmastt.info (2) 17. PnP Discovery Start P T: 284 ms, FirstPT: 284 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=332, pname=PnP Agent Discovery, time=18:49:30 UTC Wed Jul 29 2020]
[07/29/20 18:49:30.743 UTC 8 332] 1 _spd.info: System PnP Discovery Start (PT=284).
[07/29/20 18:49:30.743 UTC 9 332] 1 _pbnbi.info: [PnP Discovery Manager] inited
[07/29/20 18:49:30.743 UTC A 332] No platform. No wait
[07/29/20 18:49:30.743 UTC B 332] 1 _pbnbs.info: [PnP Discovery Manager] started
[07/29/20 18:49:30.744 UTC C 332] Info: Startup config does not exists
[07/29/20 18:49:30.744 UTC D 332] Platform discovery not required
[07/29/20 18:49:30.744 UTC E 332] 1 spd.drc: PnP Discovery trial number[1]
[07/29/20 18:49:30.744 UTC F 332] WebUI:Platform is Ready to start WebUI
[07/29/20 18:49:31.309 UTC 10 332] 3 _paati.info: _xmastt.info (3) 15. Config Change PT: 85 2 ms, FirstPT: 852 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=332, pname=PnP Agent Disco very, time=18:49:31 UTC Wed Jul 29 2020]
[07/29/20 18:49:31.309 UTC 11 332] PNP-CONFIG (1.0): config [ip dhcp pool webuidhcp
end
] OK
[07/29/20 18:49:31.310 UTC 12 332] WebUI: starting discovery
[07/29/20 18:49:31.310 UTC 13 332] 1 _pwdi.ppc: WebUI init DHCP pool created
[07/29/20 18:49:31.310 UTC 14 332] 1 spd.idm: Initiating PnP discovery manager
[07/29/20 18:49:31.310 UTC 15 332] Info: PNP discovery reqd - DHCP Reqd:1

[07/29/20 18:49:31.310 UTC 16 332] 1 _pawpc.info: waiting for autoinstall for 300000 ms
[07/29/20 18:49:32.795 UTC 17 3] 4 _paati.info: _xmastt.info (4) 15. Config Change PT: 2336 ms, FirstPT: 852 ms, LastPT: 852 ms, Notified:2, Annotation:[pid=3, pname=Init, time=18:49 :32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.799 UTC 18 3] 5 _paati.info: _xmastt.info (5) 15. Config Change PT: 2340 ms, FirstPT: 852 ms, LastPT: 2336 ms, Notified:3, Annotation:[pid=3, pname=Init, time=18:4 9:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.802 UTC 19 3] 6 _paati.info: _xmastt.info (6) 15. Config Change PT: 2344 ms, FirstPT: 852 ms, LastPT: 2340 ms, Notified:4, Annotation:[pid=3, pname=Init, time=18:4 9:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.804 UTC 1A 3] 7 _paati.info: _xmastt.info (7) 15. Config Change PT: 2348 ms, FirstPT: 852 ms, LastPT: 2344 ms, Notified:5, Annotation:[pid=3, pname=Init, time=18:4 9:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.807 UTC 1B 3] 8 _paati.info: _xmastt.info (8) 15. Config Change PT: 2348 ms, FirstPT: 852 ms, LastPT: 2348 ms, Notified:6, Annotation:[pid=3, pname=Init, time=18:4 9:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.810 UTC 1C 3] 9 _paati.info: _xmastt.info (9) 15. Config Change PT: 2352 ms, FirstPT: 852 ms, LastPT: 2348 ms, Notified:7, Annotation:[pid=3, pname=Init, time=18:4 9:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.814 UTC 1D 3] 10 _paati.info: _xmastt.info (10) 15. Config Change PT: 23 56 ms, FirstPT: 852 ms, LastPT: 2352 ms, Notified:8, Annotation:[pid=3, pname=Init, time=18 :49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.818 UTC 1E 3] 11 _paati.info: _xmastt.info (11) 15. Config Change PT: 23 60 ms, FirstPT: 852 ms, LastPT: 2356 ms, Notified:9, Annotation:[pid=3, pname=Init, time=18 :49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.823 UTC 1F 3] 12 _paati.info: _xmastt.info (12) 15. Config Change PT: 23 64 ms, FirstPT: 852 ms, LastPT: 2360 ms, Notified:10, Annotation:[pid=3, pname=Init, time=1 8:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.827 UTC 20 3] 13 _paati.info: _xmastt.info (13) 15. Config Change PT: 23 68 ms, FirstPT: 852 ms, LastPT: 2364 ms, Notified:11, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.830 UTC 21 3] 14 _paati.info: _xmastt.info (14) 15. Config Change PT: 2372 ms, FirstPT: 852 ms, LastPT: 2368 ms, Notified:12, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.833 UTC 22 3] 15 _paati.info: _xmastt.info (15) 15. Config Change PT: 2376 ms, FirstPT: 852 ms, LastPT: 2372 ms, Notified:13, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.836 UTC 23 3] 16 _paati.info: _xmastt.info (16) 15. Config Change PT: 2380 ms, FirstPT: 852 ms, LastPT: 2376 ms, Notified:14, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.840 UTC 24 3] 17 _paati.info: _xmastt.info (17) 15. Config Change PT: 2380 ms, FirstPT: 852 ms, LastPT: 2380 ms, Notified:15, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.843 UTC 25 3] 18 _paati.info: _xmastt.info (18) 15. Config Change PT: 2384 ms, FirstPT: 852 ms, LastPT: 2380 ms, Notified:16, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.846 UTC 26 3] 19 _paati.info: _xmastt.info (19) 15. Config Change PT: 2388 ms, FirstPT: 852 ms, LastPT: 2384 ms, Notified:17, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.850 UTC 27 3] 20 _paati.info: _xmastt.info (20) 15. Config Change PT: 2392 ms, FirstPT: 852 ms, LastPT: 2388 ms, Notified:18, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.855 UTC 28 3] 21 _paati.info: _xmastt.info (21) 15. Config Change PT: 2396 ms, FirstPT: 852 ms, LastPT: 2392 ms, Notified:19, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.858 UTC 29 3] 22 _paati.info: _xmastt.info (22) 15. Config Change PT: 2400 ms, FirstPT: 852 ms, LastPT: 2396 ms, Notified:20, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.861 UTC 2A 3] 23 _paati.info: _xmastt.info (23) 15. Config Change PT: 2404 ms, FirstPT: 852 ms, LastPT: 2400 ms, Notified:21, Annotation:[pid=3, pname=Init, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.912 UTC 2B 363] 2 _pbnbi.info: [Auto Installer] inited
[07/29/20 18:49:32.912 UTC 2C 363] 24 _paati.info: _xmastt.info (24) 8. Auto Install Init PT: 2452 ms, FirstPT: 2452 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.912 UTC 2D 363] 2 _pbnbs.info: [Auto Installer] started
[07/29/20 18:49:32.912 UTC 2E 363] 25 _paati.info: _xmastt.info (25) 9. Auto Install Start PT: 2452 ms, FirstPT: 2452 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:32.912 UTC 2F 363] 1 _pbnib.info: interface bringup by [Auto Installer]
[07/29/20 18:49:32.912 UTC 30 363] 1 _paivac.info: validating all ipv6 controls for GigabitEthernet1/1
[07/29/20 18:49:32.912 UTC 31 363] 1 _pbnbs.info: [Auto Installer] stopped, reason:[Discovery Failed]
[07/29/20 18:49:32.912 UTC 32 363] 26 _paati.info: _xmastt.info (26) 10. Auto Install Stop PT: 2456 ms, FirstPT: 2456 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:49:32 UTC Wed Jul 29 2020]
[07/29/20 18:49:47.949 UTC 33 363] 3 _pbnbs.info: [Auto Installer] started
[07/29/20 18:49:47.949 UTC 34 363] 27 _paati.info: _xmastt.info (27) 9. Auto Install Start PT: 17492 ms, FirstPT: 2452 ms, LastPT: 2452 ms, Notified:2, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:49:47 UTC Wed Jul 29 2020]
[07/29/20 18:49:47.950 UTC 35 363] 2 _pbnib.info: interface bringup by [Auto Installer]
[07/29/20 18:49:47.950 UTC 36 363] 2 _paivac.info: validating all ipv6 controls for GigabitEthernet1/1
[07/29/20 18:49:47.950 UTC 37 363] 2 _pbnbs.info: [Auto Installer] stopped, reason:[Discovery Failed]
[07/29/20 18:49:47.950 UTC 38 363] 28 _paati.info: _xmastt.info (28) 10. Auto Install Stop PT: 17492 ms, FirstPT: 2456 ms, LastPT: 2456 ms, Notified:2, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:49:47 UTC Wed Jul 29 2020]
[07/29/20 18:49:49.931 UTC 39 3] 29 _paati.info: _xmastt.info (29) 1. Setup Start PT: 19472 ms, FirstPT: 19472 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=3, pname=Init, time=18:49:49 UTC Wed Jul 29 2020]
[07/29/20 18:49:49.931 UTC 3A 3] 1 _psssn.info: System setup started (PT=19472).
[07/29/20 18:49:54.023 UTC 3B 3] 30 _paati.info: _xmastt.info (30) 15. Config Change PT: 23564 ms, FirstPT: 852 ms, LastPT: 2404 ms, Notified:22, Annotation:[pid=3, pname=Init, time=18:49:54 UTC Wed Jul 29 2020]
[07/29/20 18:49:54.043 UTC 3C 3] 31 _paati.info: _xmastt.info (31) 15. Config Change PT: 23584 ms, FirstPT: 852 ms, LastPT: 23564 ms, Notified:23, Annotation:[pid=3, pname=Init, time=18:49:54 UTC Wed Jul 29 2020]
[07/29/20 18:49:54.044 UTC 3D 3] 32 _paati.info: _xmastt.info (32) 5. Init Restarted PT: 23584 ms, FirstPT: 23584 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=3, pname=Init, time=18:49:54 UTC Wed Jul 29 2020]
[07/29/20 18:49:54.044 UTC 3E 3] 1 _psrn.info: System restarted (PT=23584).
[07/29/20 18:49:56.966 UTC 3F 73] 33 _paati.info: _xmastt.info (33) 7. Press RETURN PT: 26508 ms, FirstPT: 26508 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=73, pname=TTY Background, time=18:49:56 UTC Wed Jul 29 2020]
[07/29/20 18:49:56.966 UTC 40 73] 1 _psprn.info: System press RETURN to get started (PT=26508).
[07/29/20 18:49:56.966 UTC 41 73] 34 _paati.info: _xmastt.info (34) 6. Initial Banner PT: 26508 ms, FirstPT: 26508 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=73, pname=TTY Background, time=18:49:56 UTC Wed Jul 29 2020]
[07/29/20 18:49:56.966 UTC 42 73] 1 _psibn.info: System initial banner ready (PT=26508).
[07/29/20 18:50:03.070 UTC 43 363] 4 _pbnbs.info: [Auto Installer] started
[07/29/20 18:50:03.070 UTC 44 363] 35 _paati.info: _xmastt.info (35) 9. Auto Install Start PT: 32612 ms, FirstPT: 2452 ms, LastPT: 17492 ms, Notified:3, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:03 UTC Wed Jul 29 2020]
[07/29/20 18:50:03.070 UTC 45 363] 3 _pbnib.info: interface bringup by [Auto Installer]
[07/29/20 18:50:03.070 UTC 46 363] 3 _paivac.info: validating all ipv6 controls for GigabitEthernet1/1
[07/29/20 18:50:03.070 UTC 47 363] 3 _pbnbs.info: [Auto Installer] stopped, reason:[Discovery Failed]
[07/29/20 18:50:03.071 UTC 48 363] 36 _paati.info: _xmastt.info (36) 10. Auto Install Stop PT: 32612 ms, FirstPT: 2456 ms, LastPT: 17492 ms, Notified:3, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:03 UTC Wed Jul 29 2020]
[07/29/20 18:50:18.389 UTC 49 363] 37 _paati.info: _xmastt.info (37) 9. Auto Install Start PT: 47932 ms, FirstPT: 2452 ms, LastPT: 32612 ms, Notified:4, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:18 UTC Wed Jul 29 2020]
[07/29/20 18:50:18.389 UTC 4A 363] 4 _pbnib.info: interface bringup by [Auto Installer]
[07/29/20 18:50:18.389 UTC 4B 363] 4 _paivac.info: validating all ipv6 controls for Vlan1
[07/29/20 18:50:18.390 UTC 4C 363] 5 _pbnib.info: interface bringup by [Auto Installer]
[07/29/20 18:50:18.390 UTC 4D 363] 5 _paivac.info: validating all ipv6 controls for GigabitEthernet1/1
[07/29/20 18:50:18.390 UTC 4E 363] 38 _paati.info: _xmastt.info (38) 10. Auto Install Stop PT: 47932 ms, FirstPT: 2456 ms, LastPT: 32612 ms, Notified:4, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:18 UTC Wed Jul 29 2020]
[07/29/20 18:50:33.388 UTC 4F 363] 39 _paati.info: _xmastt.info (39) 9. Auto Install Start PT: 62932 ms, FirstPT: 2452 ms, LastPT: 47932 ms, Notified:5, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:33 UTC Wed Jul 29 2020]
[07/29/20 18:50:33.388 UTC 50 363] 6 _pbnib.info: interface bringup by [Auto Installer]
[07/29/20 18:50:33.388 UTC 51 363] 6 _paivac.info: validating all ipv6 controls for Vlan1
[07/29/20 18:50:33.396 UTC 52 363] 40 _paati.info: _xmastt.info (40) 15. Config Change PT: 62940 ms, FirstPT: 852 ms, LastPT: 23584 ms, Notified:24, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:33 UTC Wed Jul 29 2020]
[07/29/20 18:50:33.698 UTC 53 363] 41 _paati.info: _xmastt.info (41) 15. Config Change PT: 63240 ms, FirstPT: 852 ms, LastPT: 62940 ms, Notified:25, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:50:33 UTC Wed Jul 29 2020]
[07/29/20 18:50:43.491 UTC 54 166] 42 _paati.info: _xmastt.info (42) 15. Config Change PT: 73032 ms, FirstPT: 852 ms, LastPT: 63240 ms, Notified:26, Annotation:[pid=166, pname=CDP Protocol, time=18:50:43 UTC Wed Jul 29 2020]
[07/29/20 18:50:43.545 UTC 55 166] 43 _paati.info: _xmastt.info (43) 15. Config Change PT: 73088 ms, FirstPT: 852 ms, LastPT: 73032 ms, Notified:27, Annotation:[pid=166, pname=CDP Protocol, time=18:50:43 UTC Wed Jul 29 2020]
[07/29/20 18:50:43.868 UTC 56 166] 44 _paati.info: _xmastt.info (44) 15. Config Change PT: 73408 ms, FirstPT: 852 ms, LastPT: 73088 ms, Notified:28, Annotation:[pid=166, pname=CDP Protocol, time=18:50:43 UTC Wed Jul 29 2020]
[07/29/20 18:50:44.293 UTC 57 332] 1 _pawpc.info:Received autoinstall complete status
[07/29/20 18:50:44.293 UTC 58 332] 1 _paptc.don: autoinstall timer cleaned up
[07/29/20 18:50:44.293 UTC 59 332] 1 _pbsdmotr.info: PnP-DHCP-IPv4-discovery OKToRun:Yes
[07/29/20 18:50:44.293 UTC 5A 332] 2 _pbsdmotr.info: PnP-DHCP-IPv6-discovery OKToRun:Yes
[07/29/20 18:50:44.293 UTC 5B 332] 3 _pbsdmotr.info: PnP-DNS-IPv4-discovery OKToRun:Yes
[07/29/20 18:50:44.293 UTC 5C 332] 4 _pbsdmotr.info: PnP-DNS-IPv6-discovery OKToRun:Yes
[07/29/20 18:50:44.293 UTC 5D 332] 5 _pbsdmotr.info: PnP-CCO-IPv4-discovery OKToRun:Yes
[07/29/20 18:50:44.293 UTC 5E 332] 6 _pbsdmotr.info: PnP-CCO-IPv6-discovery OKToRun:Yes
[07/29/20 18:50:44.293 UTC 5F 332] SMI not ready for upgrade yet
[07/29/20 18:50:44.293 UTC 60 332] No SMI upgrade possible on this device
[07/29/20 18:50:44.293 UTC 61 332] 1 _pandm.wAr.orc: NAPP Discovery is disable on this platform
[07/29/20 18:50:44.293 UTC 62 332] 1 _pddio.err.pro: no op43 discovered
[07/29/20 18:50:44.293 UTC 63 332] cant discover via dhcp ipv4 op43
[07/29/20 18:50:44.294 UTC 64 332] 1 _pdh4d.wAr.fin: PnP DHCP ipv4 discovery not successful
[07/29/20 18:50:46.307 UTC 65 332] 1 _pdi6d.wAr.iir: Skipping PnP DHCP ipv6 discovery - No IPv6 idb
[07/29/20 18:50:48.306 UTC 66 332] 1 _pd4d.info: Starting PnP DNS ipv4 discovery
[07/29/20 18:50:48.307 UTC 67 332] CLEAN UP VRF
[07/29/20 18:50:48.307 UTC 68 332] 1 _pddd.info: Domain Name [-] on Interface [Vlan5]
[07/29/20 18:50:48.307 UTC 69 332] CLEAN UP VRF
[07/29/20 18:50:48.307 UTC 6A 332] 1 _pddd.info: Domain Name [-] on Interface [GigabitEthernet1/1]
[07/29/20 18:50:48.307 UTC 6B 332] 1 _pddd.wAr.dna: cant obtain good domain name from any interface
[07/29/20 18:50:48.307 UTC 6C 332] 1 _pd4d.wAr.fin: PnP DNS ipv4 discovery not successful
[07/29/20 18:50:50.306 UTC 6D 332] 1 _pdi6d.wAr.iir: Skipping PnP DNS ipv6 discovery - No IPv6 idb
[07/29/20 18:50:52.307 UTC 6E 332] 45 _paati.info: _xmastt.info (45) 39. PKI Init-Wait Started PT: 81848 ms, FirstPT: 81848 ms, LastPT: 0 ms, Notified:1, Annotation:[pnpa_cco_ipv4_discovery]
[07/29/20 18:50:52.307 UTC 6F 332] 46 _paati.info: _xmastt.info (46) 40. PKI Init-Wait Done PT: 81848 ms, FirstPT: 81848 ms, LastPT: 0 ms, Notified:1, Annotation:[pnpa_cco_ipv4_discovery]
[07/29/20 18:50:52.307 UTC 70 332] 1 _pc4d.info: Try without VRF for CCO ipv4 discovery
[07/29/20 18:50:52.307 UTC 71 332] 1 _pc4d.info: Starting PnP CCO ipv4 discovery
[07/29/20 18:50:52.307 UTC 72 332] 2 _pcdd.ciw: Check if CCO is waiting
[07/29/20 18:50:52.307 UTC 73 332] 1 _pcwgd.cwd: Creating cco wait data.
[07/29/20 18:50:52.307 UTC 74 332] 1 _picw.don: NO CCO wait process exists.
[07/29/20 18:50:52.307 UTC 75 332] PNP-CCO-WAIT (1): Name=[PNPA_CCO_WAIT], OK-To-Run=Yes, Wait=0, Last-Wait=0 sec
PID=-1, Last-PID=-1, Created:(T=0/S=0/F=0<truncated>
[07/29/20 18:50:52.307 UTC 76 332] 2 _pcdd.orc: CCO is NOT waiting. Trying CCO discovery
[07/29/20 18:51:01.358 UTC 77 332] 1 _pcraci.wAr.psr: pnp_server not resolved
[07/29/20 18:51:01.358 UTC 78 332] 2 _pcdd.eRr.rai: Hostname resolution failed
[07/29/20 18:51:01.358 UTC 79 332] 1 _pc4d.don: PnP CCO ipv4 discovery not successful
[07/29/20 18:51:03.357 UTC 7A 332] 1 _pci6d.wAr.iir: Skipping PnP CCO ipv6 discovery - No IPv6 idb
[07/29/20 18:51:05.356 UTC 7B 332] Info: PnP profile configuration was unsuccessful
[07/29/20 18:51:05.356 UTC 7C 332] CLEAN UP VRF
[07/29/20 18:51:05.356 UTC 7D 332] 1 _pdcr.def: PnP discovery failed on 9
[07/29/20 18:51:05.356 UTC 7E 332] 5 _pbnbs.info: [PnP Discovery Manager] stopped, reason:[Discovery Failed]
[07/29/20 18:51:15.357 UTC 7F 332] 7 _pbnbs.info: [PnP Discovery Manager] started
[07/29/20 18:51:15.357 UTC 80 332] Info: Startup config does not exists
[07/29/20 18:51:15.357 UTC 81 332] Platform discovery not required
[07/29/20 18:51:15.357 UTC 82 332] 1 spd.drc: PnP Discovery trial number[2]
[07/29/20 18:51:15.357 UTC 83 332] WebUI:Platform is Ready to start WebUI
[07/29/20 18:51:15.357 UTC 84 332] 1 spd.idm: Initiating PnP discovery manager
[07/29/20 18:51:15.357 UTC 85 332] Info: PNP discovery reqd - DHCP Reqd:1

[07/29/20 18:51:15.357 UTC 86 332] 2 _pddio.err.pro: no op43 discovered
[07/29/20 18:51:15.357 UTC 87 332] cant discover via dhcp ipv4 op43
[07/29/20 18:51:15.357 UTC 88 332] 2 _pdh4d.wAr.fin: PnP DHCP ipv4 discovery not successful
[07/29/20 18:51:17.368 UTC 89 332] 2 _pdi6d.wAr.iir: Skipping PnP DHCP ipv6 discovery - No IPv6 idb
[07/29/20 18:51:19.388 UTC 8A 332] 2 _pd4d.info: Starting PnP DNS ipv4 discovery
[07/29/20 18:51:19.388 UTC 8B 332] CLEAN UP VRF
[07/29/20 18:51:19.388 UTC 8C 332] 2 _pddd.info: Domain Name [-] on Interface [Vlan5]
[07/29/20 18:51:19.388 UTC 8D 332] CLEAN UP VRF
[07/29/20 18:51:19.388 UTC 8E 332] 2 _pddd.info: Domain Name [-] on Interface [GigabitEthernet1/1]
[07/29/20 18:51:19.388 UTC 8F 332] 2 _pddd.wAr.dna: cant obtain good domain name from any interface
[07/29/20 18:51:19.389 UTC 90 332] 2 _pd4d.wAr.fin: PnP DNS ipv4 discovery not successful
[07/29/20 18:51:21.396 UTC 91 332] 2 _pdi6d.wAr.iir: Skipping PnP DNS ipv6 discovery - No IPv6 idb
[07/29/20 18:51:23.452 UTC 92 332] 2 _pc4d.info: Try without VRF for CCO ipv4 discovery
[07/29/20 18:51:23.452 UTC 93 332] 2 _pc4d.info: Starting PnP CCO ipv4 discovery
[07/29/20 18:51:23.452 UTC 94 332] 3 _pcdd.ciw: Check if CCO is waiting
[07/29/20 18:51:23.452 UTC 95 332] 2 _picw.don: NO CCO wait process exists.
[07/29/20 18:51:23.452 UTC 96 332] PNP-CCO-WAIT (2): Name=[PNPA_CCO_WAIT], OK-To-Run=Yes, Wait=0, Last-Wait=0 sec
PID=-1, Last-PID=-1, Created:(T=0/S=0/F=0<truncated>
[07/29/20 18:51:23.452 UTC 97 332] 3 _pcdd.orc: CCO is NOT waiting. Trying CCO discovery
[07/29/20 18:51:24.142 UTC 98 310] 47 _paati.info: _xmastt.info (47) 15. Config Change PT: 113684 ms, FirstPT: 852 ms, LastPT: 73408 ms, Notified:29, Annotation:[pid=310, pname=Setup, time=18:51:24 UTC Wed Jul 29 2020]
[07/29/20 18:51:24.143 UTC 99 310] 48 _paati.info: _xmastt.info (48) 7. Press RETURN PT: 113684 ms, FirstPT: 26508 ms, LastPT: 26508 ms, Notified:2, Annotation:[pid=310, pname=Setup, time=18:51:24 UTC Wed Jul 29 2020]
[07/29/20 18:51:24.143 UTC 9A 310] 2 _psprn.info: System press RETURN to get started (PT=113684).
[07/29/20 18:51:24.143 UTC 9B 310] 49 _paati.info: _xmastt.info (49) 6. Initial Banner PT: 113684 ms, FirstPT: 26508 ms, LastPT: 26508 ms, Notified:2, Annotation:[pid=310, pname=Setup, time=18:51:24 UTC Wed Jul 29 2020]
[07/29/20 18:51:24.143 UTC 9C 310] 2 _psibn.info: System initial banner ready (PT=113684).
[07/29/20 18:51:24.143 UTC 9D 310] 50 _paati.info: _xmastt.info (50) 11. Stdio Deallocate PT: 113684 ms, FirstPT: 113684 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=310, pname=Setup, time=18:51:24 UTC Wed Jul 29 2020]
[07/29/20 18:51:24.143 UTC 9E 310] 1 _pssdn.info: System stdio deallocated (PT=113684).
[07/29/20 18:51:32.455 UTC 9F 332] 2 _pcraci.wAr.psr: pnp_server not resolved
[07/29/20 18:51:32.455 UTC A0 332] 3 _pcdd.eRr.rai: Hostname resolution failed
[07/29/20 18:51:32.455 UTC A1 332] 2 _pc4d.don: PnP CCO ipv4 discovery not successful
[07/29/20 18:51:33.653 UTC A2 363] 51 _paati.info: _xmastt.info (51) 10. Auto Install Stop PT: 123196 ms, FirstPT: 2456 ms, LastPT: 47932 ms, Notified:5, Annotation:[pid=363, pname=DHCP Autoinstall, time=18:51:33 UTC Wed Jul 29 2020]
[07/29/20 18:51:33.653 UTC A3 363] 1 _pnas.info: ip resolved by auto-install
[07/29/20 18:51:33.653 UTC A4 363] 1 _rpwd: PnP Webui config reverted (4)
[07/29/20 18:51:34.453 UTC A5 332] 14 _pmaocwi.uec: User has entered console. Not retrying PnP.
[07/29/20 18:51:34.453 UTC A6 332] Info: PnP profile configuration was unsuccessful
[07/29/20 18:51:34.453 UTC A7 332] CLEAN UP VRF
[07/29/20 18:51:34.453 UTC A8 332] 2 _pdcr.acw: PnP discovery aborted by config wizard
[07/29/20 18:51:34.453 UTC A9 332] 7 _pbnbs.info: [PnP Discovery Manager] stopped, reason:[Config Wizard]
[07/29/20 18:51:34.453 UTC AA 332] 1 spd.dle: PnP Discovery Loop exited on 1.2th run
[07/29/20 18:51:34.453 UTC AB 332] 1 _pdfdnc.don: last_dnc_str=[-]
[07/29/20 18:51:34.453 UTC AC 332] 1 _pbsnmcc.info: no more cw check Yes
[07/29/20 18:51:36.457 UTC AD 332] PNP-CONFIG (2.0): config [no ip dhcp pool webuidhcp
end
] OK
[07/29/20 18:51:36.457 UTC AE 332] 1 _rpwip.ppc: WebUI dhcp init pool removed
[07/29/20 18:51:36.457 UTC AF 332] 1 _pawfprts.ok: Found Press Return to Start (wait=0 sec)
[07/29/20 18:51:38.079 UTC B0 332] 1 _pawffsr.ok: File System ready (wait=1 sec)
[07/29/20 18:51:40.098 UTC B1 332] 1 _paosst.ok: pnp-tech-time present (size= 35, rc=0)
[07/29/20 18:51:41.758 UTC B2 332] Non-redundancy mode (0) after 2 retries.
[07/29/20 18:51:43.138 UTC B3 332] 1 _pbsbds.info: bypass discovery summary Yes
[07/29/20 18:51:43.138 UTC B4 332] 52 _paati.info: _xmastt.info (52) 18. PnP Discovery Done PT: 132680 ms, FirstPT: 132680 ms, LastPT: 0 ms, Notified:1, Annotation:[pid=332, pname=PnP Agent Discovery, time=18:51:43 UTC Wed Jul 29 2020]
[07/29/20 18:51:43.138 UTC B5 332] 1 _spd.info: System PnP Discovery done (PT=132680).
181 entries printed

Switch#

 

 

 

Review Cisco Networking for a $25 gift card