| 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 | ipv6 enable | ||
| 31 | ! | ||
| 32 | ip routing ipv6 interfaces | ||
| 33 | ! | ||
| 34 | ipv6 unicast-routing | ||
| 35 | ! | ||
| 36 | ip route 1.2.3.0/24 Null0 | ||
| 37 | ! | ||
| 38 | ipv6 route fd99::/64 Null0 | ||
| 39 | ! | ||
| 40 | router bgp 45 | ||
| 41 | router-id 1.2.3.1 | ||
| 42 | no bgp default ipv4-unicast | ||
| 43 | timers bgp 2 6 | ||
| 44 | neighbor ebgp peer group | ||
| 45 | neighbor ebgp remote-as 33 | ||
| 46 | neighbor interface Et1 peer-group ebgp | ||
| 47 | ! | ||
| 48 | address-family ipv4 | ||
| 49 | neighbor ebgp activate | ||
| 50 | neighbor ebgp next-hop address-family ipv6 originate | ||
| 51 | network 1.2.3.0/24 | ||
| 52 | ! | ||
| 53 | address-family ipv6 | ||
| 54 | neighbor ebgp activate | ||
| 55 | network fd99::/64 | ||
| 56 | ! | ||
| 57 | router multicast | ||
| 58 | ipv4 | ||
| 59 | software-forwarding kernel | ||
| 60 | ! | ||
| 61 | ipv6 | ||
| 62 | software-forwarding kernel | ||
| 63 | ! | ||
| 64 | end | ||