| 1 | > show running-config' | ||
| 2 | |||
| 3 | > show running-config | ||
| 4 | ! Command: show running-config at line 2 | ||
| 5 | ! device: cr2 (cEOSLab, EOS-4.35.1F-45295350.4351F.1 (engineering build)) | ||
| 6 | ! | ||
| 7 | no aaa root | ||
| 8 | ! | ||
| 9 | no service interface inactive port-id allocation disabled | ||
| 10 | ! | ||
| 11 | service routing protocols model multi-agent | ||
| 12 | ! | ||
| 13 | agent PowerManager shutdown | ||
| 14 | agent LedPolicy shutdown | ||
| 15 | agent Thermostat shutdown | ||
| 16 | agent PowerFuse shutdown | ||
| 17 | agent StandbyCpld shutdown | ||
| 18 | agent LicenseManager shutdown | ||
| 19 | ! | ||
| 20 | hostname cr2 | ||
| 21 | ! | ||
| 22 | spanning-tree mode mstp | ||
| 23 | ! | ||
| 24 | system l1 | ||
| 25 | unsupported speed action error | ||
| 26 | unsupported error-correction action error | ||
| 27 | ! | ||
| 28 | interface Ethernet1 | ||
| 29 | no switchport | ||
| 30 | ip address 10.0.1.2/24 | ||
| 31 | bfd interval 1000 min-rx 1000 multiplier 3 | ||
| 32 | ipv6 enable | ||
| 33 | ipv6 address fd00:2::2/64 | ||
| 34 | ! | ||
| 35 | ip routing | ||
| 36 | ! | ||
| 37 | ipv6 unicast-routing | ||
| 38 | ! | ||
| 39 | ip route 100.64.0.0/24 10.0.1.1 track bfd | ||
| 40 | ! | ||
| 41 | ipv6 route 3fff::/64 fd00:2::1 track bfd | ||
| 42 | ! | ||
| 43 | router multicast | ||
| 44 | ipv4 | ||
| 45 | software-forwarding kernel | ||
| 46 | ! | ||
| 47 | ipv6 | ||
| 48 | software-forwarding kernel | ||
| 49 | ! | ||
| 50 | end | ||