forked from vrnetlab/vrnetlab
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
I have been unsuccessful in booting the Xrv9k router whenever any startup-config file is given.
This is the docker log of a container that contains no startup-config:
If you require further assistance please contact us by sending email to
[email protected].
Not settable: Success
RP/0/RP0/CPU0:Jul 29 12:17:22.173 UTC: pyztp2[214]: %INFRA-ZTP-4-START : ZTP has started. Interfaces might be brought up if they are shutdown
2025-07-29 12:17:28,095: launch INFO Caught user creation prompt. Creating initial user
2025-07-29 12:17:28,195: vrnetlab INFO Writing to console: 'clab'
2025-07-29 12:17:28,195: vrnetlab INFO Waiting on console for: 'Enter secret:'
clab
Enter secret:
2025-07-29 12:17:28,299: vrnetlab INFO Writing to console: 'clab@123'
2025-07-29 12:17:28,299: vrnetlab INFO Waiting on console for: 'Enter secret again:'
Enter secret again:
2025-07-29 12:17:28,402: vrnetlab INFO Writing to console: 'clab@123'
2025-07-29 12:17:28,855: launch INFO Scrapli timeout is 900s (default 900s)
2025-07-29 12:17:28,855: launch WARNING User provided startup configuration is not found.
2025-07-29 12:17:28,855: base_driver INFO closing connection to '127.0.0.1' on port '5000'
2025-07-29 12:17:28,856: base_driver INFO connection to '127.0.0.1' on port '5000' closed successfully
2025-07-29 12:17:28,856: base_driver INFO opening connection to '127.0.0.1' on port '5000'
2025-07-29 12:17:29,250: base_driver INFO attempting to acquire 'privilege_exec' privilege level
2025-07-29 12:17:29,251: sync_channel INFO sending channel input: terminal length 0; strip_prompt: True; eager: False
2025-07-29 12:17:29,345: sync_channel INFO sending channel input: terminal width 512; strip_prompt: True; eager: False
2025-07-29 12:17:29,431: base_driver INFO connection to '127.0.0.1' on port '5000' opened successfully
2025-07-29 12:17:29,474: base_driver INFO attempting to acquire 'configuration' privilege level
2025-07-29 12:17:29,475: sync_channel INFO sending channel input: configure terminal; strip_prompt: True; eager: False
2025-07-29 12:17:29,750: base_driver INFO attempting to acquire 'configuration' privilege level
2025-07-29 12:17:29,751: sync_channel INFO sending channel input: hostname pe2; strip_prompt: True; eager: False
2025-07-29 12:17:29,837: sync_channel INFO sending channel input: vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:29,927: sync_channel INFO sending channel input: description Containerlab management VRF (DO NOT DELETE); strip_prompt: True; eager: False
2025-07-29 12:17:30,024: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:30,117: sync_channel INFO sending channel input: exit; strip_prompt: True; eager: False
2025-07-29 12:17:30,200: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:30,286: sync_channel INFO sending channel input: root; strip_prompt: True; eager: False
2025-07-29 12:17:30,370: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:30,415: sync_channel INFO sending channel input: router static; strip_prompt: True; eager: False
2025-07-29 12:17:30,503: sync_channel INFO sending channel input: vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:30,588: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:30,672: sync_channel INFO sending channel input: 0.0.0.0/0 10.0.0.2; strip_prompt: True; eager: False
2025-07-29 12:17:30,757: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:30,848: sync_channel INFO sending channel input: ::/0 2001:db8::1; strip_prompt: True; eager: False
2025-07-29 12:17:30,938: sync_channel INFO sending channel input: root; strip_prompt: True; eager: False
2025-07-29 12:17:31,023: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:31,067: sync_channel INFO sending channel input: interface MgmtEth 0/RP0/CPU0/0; strip_prompt: True; eager: False
2025-07-29 12:17:31,152: sync_channel INFO sending channel input: description Containerlab management interface; strip_prompt: True; eager: False
2025-07-29 12:17:31,239: sync_channel INFO sending channel input: vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:31,338: sync_channel INFO sending channel input: ipv4 address 10.0.0.15/24; strip_prompt: True; eager: False
2025-07-29 12:17:31,431: sync_channel INFO sending channel input: ipv6 address 2001:db8::2/64; strip_prompt: True; eager: False
2025-07-29 12:17:31,524: sync_channel INFO sending channel input: no shutdown; strip_prompt: True; eager: False
2025-07-29 12:17:31,617: sync_channel INFO sending channel input: exit; strip_prompt: True; eager: False
2025-07-29 12:17:31,707: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:31,756: sync_channel INFO sending channel input: ssh server v2; strip_prompt: True; eager: False
2025-07-29 12:17:31,854: sync_channel INFO sending channel input: ssh server vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:31,952: sync_channel INFO sending channel input: ssh server netconf; strip_prompt: True; eager: False
2025-07-29 12:17:32,041: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:32,085: sync_channel INFO sending channel input: grpc port 57400; strip_prompt: True; eager: False
2025-07-29 12:17:32,172: sync_channel INFO sending channel input: grpc vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:32,257: sync_channel INFO sending channel input: grpc no-tls; strip_prompt: True; eager: False
2025-07-29 12:17:32,343: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:32,386: sync_channel INFO sending channel input: xml agent tty; strip_prompt: True; eager: False
2025-07-29 12:17:32,476: sync_channel INFO sending channel input: root; strip_prompt: True; eager: False
2025-07-29 12:17:32,562: sync_channel INFO sending channel input: commit best-effort label CLAB_BOOTSTRAP; strip_prompt: True; eager: False
2025-07-29 12:17:35,592: sync_channel INFO sending channel input: end; strip_prompt: True; eager: False
2025-07-29 12:17:35,788: launch INFO CONFIG:hostname pe2
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:vrf clab-mgmt
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:description Containerlab management VRF (DO NOT DELETE)
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:address-family ipv4 unicast
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:exit
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:address-family ipv6 unicast
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:root
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:!
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:router static
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:vrf clab-mgmt
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:address-family ipv4 unicast
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:0.0.0.0/0 10.0.0.2
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:address-family ipv6 unicast
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:::/0 2001:db8::1
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:root
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:!
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:interface MgmtEth 0/RP0/CPU0/0
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:description Containerlab management interface
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:vrf clab-mgmt
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:ipv4 address 10.0.0.15/24
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,788: launch INFO CONFIG:ipv6 address 2001:db8::2/64
2025-07-29 12:17:35,788: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:no shutdown
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:exit
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:!
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:ssh server v2
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:ssh server vrf clab-mgmt
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:ssh server netconf
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:!
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:grpc port 57400
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:grpc vrf clab-mgmt
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:grpc no-tls
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:!
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:xml agent tty
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:root
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: launch INFO CONFIG:commit best-effort label CLAB_BOOTSTRAP
2025-07-29 12:17:35,789: launch INFO RESULT:Tue Jul 29 12:17:31.442 UTC
RP/0/RP0/CPU0:Jul 29 12:17:31.487 UTC: ifmgr[136]: %PKT_INFRA-LINK-3-UPDOWN : Interface MgmtEth0/RP0/CPU0/0, changed state to Down
RP/0/RP0/CPU0:Jul 29 12:17:31.489 UTC: ifmgr[136]: %PKT_INFRA-LINK-3-UPDOWN : Interface MgmtEth0/RP0/CPU0/0, changed state to Up
2025-07-29 12:17:35,789: launch INFO CONFIG:end
2025-07-29 12:17:35,789: launch INFO RESULT:
2025-07-29 12:17:35,789: base_driver INFO closing connection to '127.0.0.1' on port '5000'
2025-07-29 12:17:35,833: base_driver INFO attempting to acquire 'privilege_exec' privilege level
2025-07-29 12:17:35,834: base_driver INFO connection to '127.0.0.1' on port '5000' closed successfully
2025-07-29 12:17:35,834: launch INFO Startup complete in: 0:03:52.526373
This is the docker logs output when a startup-config is given:
Not settable: Success
RP/0/RP0/CPU0:Jul 29 12:17:20.493 UTC: pyztp2[214]: %INFRA-ZTP-4-START : ZTP has started. Interfaces might be brought up if they are shutdown
2025-07-29 12:17:26,432: launch INFO Caught user creation prompt. Creating initial user
2025-07-29 12:17:26,532: vrnetlab INFO Writing to console: 'clab'
2025-07-29 12:17:26,532: vrnetlab INFO Waiting on console for: 'Enter secret:'
clab
Enter secret:
2025-07-29 12:17:26,674: vrnetlab INFO Writing to console: 'clab@123'
2025-07-29 12:17:26,674: vrnetlab INFO Waiting on console for: 'Enter secret again:'
Enter secret again:
2025-07-29 12:17:26,779: vrnetlab INFO Writing to console: 'clab@123'
2025-07-29 12:17:27,281: launch INFO Scrapli timeout is 900s (default 900s)
2025-07-29 12:17:27,281: launch INFO Startup configuration file found
2025-07-29 12:17:27,281: base_driver INFO closing connection to '127.0.0.1' on port '5000'
2025-07-29 12:17:27,281: base_driver INFO connection to '127.0.0.1' on port '5000' closed successfully
2025-07-29 12:17:27,282: base_driver INFO opening connection to '127.0.0.1' on port '5000'
2025-07-29 12:17:27,671: base_driver INFO attempting to acquire 'privilege_exec' privilege level
2025-07-29 12:17:27,672: sync_channel INFO sending channel input: terminal length 0; strip_prompt: True; eager: False
2025-07-29 12:17:27,757: sync_channel INFO sending channel input: terminal width 512; strip_prompt: True; eager: False
2025-07-29 12:17:27,841: base_driver INFO connection to '127.0.0.1' on port '5000' opened successfully
2025-07-29 12:17:27,883: base_driver INFO attempting to acquire 'configuration' privilege level
2025-07-29 12:17:27,884: sync_channel INFO sending channel input: configure terminal; strip_prompt: True; eager: False
2025-07-29 12:17:28,166: base_driver INFO attempting to acquire 'configuration' privilege level
2025-07-29 12:17:28,167: sync_channel INFO sending channel input: hostname pe1; strip_prompt: True; eager: False
2025-07-29 12:17:28,253: sync_channel INFO sending channel input: vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:28,340: sync_channel INFO sending channel input: description Containerlab management VRF (DO NOT DELETE); strip_prompt: True; eager: False
2025-07-29 12:17:28,428: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:28,513: sync_channel INFO sending channel input: exit; strip_prompt: True; eager: False
2025-07-29 12:17:28,597: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:28,682: sync_channel INFO sending channel input: root; strip_prompt: True; eager: False
2025-07-29 12:17:28,767: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:28,810: sync_channel INFO sending channel input: router static; strip_prompt: True; eager: False
2025-07-29 12:17:28,894: sync_channel INFO sending channel input: vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:28,978: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:29,064: sync_channel INFO sending channel input: 0.0.0.0/0 10.0.0.2; strip_prompt: True; eager: False
2025-07-29 12:17:29,148: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:29,232: sync_channel INFO sending channel input: ::/0 2001:db8::1; strip_prompt: True; eager: False
2025-07-29 12:17:29,319: sync_channel INFO sending channel input: root; strip_prompt: True; eager: False
2025-07-29 12:17:29,411: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:29,456: sync_channel INFO sending channel input: interface MgmtEth 0/RP0/CPU0/0; strip_prompt: True; eager: False
2025-07-29 12:17:29,542: sync_channel INFO sending channel input: description Containerlab management interface; strip_prompt: True; eager: False
2025-07-29 12:17:29,631: sync_channel INFO sending channel input: vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:29,718: sync_channel INFO sending channel input: ipv4 address 10.0.0.15/24; strip_prompt: True; eager: False
2025-07-29 12:17:29,804: sync_channel INFO sending channel input: ipv6 address 2001:db8::2/64; strip_prompt: True; eager: False
2025-07-29 12:17:29,889: sync_channel INFO sending channel input: no shutdown; strip_prompt: True; eager: False
2025-07-29 12:17:29,974: sync_channel INFO sending channel input: exit; strip_prompt: True; eager: False
2025-07-29 12:17:30,059: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:30,103: sync_channel INFO sending channel input: ssh server v2; strip_prompt: True; eager: False
2025-07-29 12:17:30,187: sync_channel INFO sending channel input: ssh server vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:30,274: sync_channel INFO sending channel input: ssh server netconf; strip_prompt: True; eager: False
2025-07-29 12:17:30,364: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:30,414: sync_channel INFO sending channel input: grpc port 57400; strip_prompt: True; eager: False
2025-07-29 12:17:30,500: sync_channel INFO sending channel input: grpc vrf clab-mgmt; strip_prompt: True; eager: False
2025-07-29 12:17:30,587: sync_channel INFO sending channel input: grpc no-tls; strip_prompt: True; eager: False
2025-07-29 12:17:30,671: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:30,719: sync_channel INFO sending channel input: xml agent tty; strip_prompt: True; eager: False
2025-07-29 12:17:30,811: sync_channel INFO sending channel input: root; strip_prompt: True; eager: False
2025-07-29 12:17:30,898: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/1; strip_prompt: True; eager: False
2025-07-29 12:17:30,986: sync_channel INFO sending channel input: no shutdown; strip_prompt: True; eager: False
2025-07-29 12:17:31,070: sync_channel INFO sending channel input: description Link to P1 Gi0/0/0/1; strip_prompt: True; eager: False
2025-07-29 12:17:31,158: sync_channel INFO sending channel input: ipv4 address 192.168.111.1 255.255.255.0; strip_prompt: True; eager: False
2025-07-29 12:17:31,247: sync_channel INFO sending channel input: ipv6 address 2001:db8:192:168:111::1/80; strip_prompt: True; eager: False
2025-07-29 12:17:31,332: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:31,376: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/2; strip_prompt: True; eager: False
2025-07-29 12:17:31,462: sync_channel INFO sending channel input: no shutdown; strip_prompt: True; eager: False
2025-07-29 12:17:31,546: sync_channel INFO sending channel input: description Link to P2 Gi0/0/0/1; strip_prompt: True; eager: False
2025-07-29 12:17:31,631: sync_channel INFO sending channel input: ipv4 address 192.168.121.1 255.255.255.0; strip_prompt: True; eager: False
2025-07-29 12:17:31,725: sync_channel INFO sending channel input: ipv6 address 2001:db8:192:168:121::1/80; strip_prompt: True; eager: False
2025-07-29 12:17:31,810: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:31,856: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/3; strip_prompt: True; eager: False
2025-07-29 12:17:31,942: sync_channel INFO sending channel input: no shutdown; strip_prompt: True; eager: False
2025-07-29 12:17:32,027: sync_channel INFO sending channel input: description Link to CE1 Gi1; strip_prompt: True; eager: False
2025-07-29 12:17:32,116: sync_channel INFO sending channel input: ipv4 address 192.168.101.1 255.255.255.0; strip_prompt: True; eager: False
2025-07-29 12:17:32,209: sync_channel INFO sending channel input: ipv6 address 2001:db8:192:168:101::1/80; strip_prompt: True; eager: False
2025-07-29 12:17:32,295: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:32,339: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/4; strip_prompt: True; eager: False
2025-07-29 12:17:32,433: sync_channel INFO sending channel input: no shutdown; strip_prompt: True; eager: False
2025-07-29 12:17:32,528: sync_channel INFO sending channel input: description Link to CE1 Gi2; strip_prompt: True; eager: False
2025-07-29 12:17:32,618: sync_channel INFO sending channel input: ipv4 address 192.168.201.1 255.255.255.0; strip_prompt: True; eager: False
2025-07-29 12:17:32,708: sync_channel INFO sending channel input: ipv6 address 2001:db8:192:168:201::1/80; strip_prompt: True; eager: False
2025-07-29 12:17:32,796: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:32,840: sync_channel INFO sending channel input: router isis 1; strip_prompt: True; eager: False
2025-07-29 12:17:32,931: sync_channel INFO sending channel input: net 49.0000.0100.0100.1001.00; strip_prompt: True; eager: False
2025-07-29 12:17:33,020: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:33,125: sync_channel INFO sending channel input: metric-style wide; strip_prompt: True; eager: False
2025-07-29 12:17:33,211: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:33,297: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:33,384: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:33,469: sync_channel INFO sending channel input: interface Loopback0; strip_prompt: True; eager: False
2025-07-29 12:17:33,557: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:33,643: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:33,728: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:33,814: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:33,899: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:33,986: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/1; strip_prompt: True; eager: False
2025-07-29 12:17:34,073: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:34,161: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:34,245: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:34,333: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:34,418: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:34,504: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/2; strip_prompt: True; eager: False
2025-07-29 12:17:34,601: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:34,686: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:34,771: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:34,858: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:34,943: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:35,029: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/3; strip_prompt: True; eager: False
2025-07-29 12:17:35,118: sync_channel INFO sending channel input: passive; strip_prompt: True; eager: False
2025-07-29 12:17:35,202: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:35,289: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:35,373: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:35,459: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:35,544: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:35,634: sync_channel INFO sending channel input: interface GigabitEthernet0/0/0/4; strip_prompt: True; eager: False
2025-07-29 12:17:35,720: sync_channel INFO sending channel input: passive; strip_prompt: True; eager: False
2025-07-29 12:17:35,804: sync_channel INFO sending channel input: address-family ipv4 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:35,898: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:35,982: sync_channel INFO sending channel input: address-family ipv6 unicast; strip_prompt: True; eager: False
2025-07-29 12:17:36,073: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:36,160: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:36,244: sync_channel INFO sending channel input: !; strip_prompt: True; eager: False
2025-07-29 12:17:36,293: sync_channel INFO sending channel input: end; strip_prompt: True; eager: False
It just hangs there and shows up as "unhealthy" in clab inspect. This is the startup-config I'm using, nothing fancy:
interface GigabitEthernet0/0/0/1
no shutdown
description Link to P1 Gi0/0/0/1
ipv4 address 192.168.111.1 255.255.255.0
ipv6 address 2001:db8:192:168:111::1/80
!
interface GigabitEthernet0/0/0/2
no shutdown
description Link to P2 Gi0/0/0/1
ipv4 address 192.168.121.1 255.255.255.0
ipv6 address 2001:db8:192:168:121::1/80
!
interface GigabitEthernet0/0/0/3
no shutdown
description Link to CE1 Gi1
ipv4 address 192.168.101.1 255.255.255.0
ipv6 address 2001:db8:192:168:101::1/80
!
interface GigabitEthernet0/0/0/4
no shutdown
description Link to CE1 Gi2
ipv4 address 192.168.201.1 255.255.255.0
ipv6 address 2001:db8:192:168:201::1/80
!
router isis 1
net 49.0000.0100.0100.1001.00
address-family ipv4 unicast
metric-style wide
!
address-family ipv6 unicast
!
interface Loopback0
address-family ipv4 unicast
!
address-family ipv6 unicast
!
!
interface GigabitEthernet0/0/0/1
address-family ipv4 unicast
!
address-family ipv6 unicast
!
!
interface GigabitEthernet0/0/0/2
address-family ipv4 unicast
!
address-family ipv6 unicast
!
!
interface GigabitEthernet0/0/0/3
passive
address-family ipv4 unicast
!
address-family ipv6 unicast
!
!
interface GigabitEthernet0/0/0/4
passive
address-family ipv4 unicast
!
address-family ipv6 unicast
!
!
!
end
This happens with xrv9k version 7.1.2 and 7.11.1
Metadata
Metadata
Assignees
Labels
No labels