| 1 | > show running-config | ||
| 2 | > show ip interface brief | ||
| 3 | > show ip bgp summary | ||
| 4 | > show ip bgp | ||
| 5 | > show ipv6 bgp | ||
| 6 | > show ip route | ||
| 7 | > show ipv6 route | ||
| 8 | > show bfd peers | ||
| 9 | > ' | ||
| 10 | |||
| 11 | > show running-config | ||
| 12 | |||
| 13 | ! Command: show running-config at line 2 | ||
| 14 | ! device: cr2 (cEOSLab, EOS-4.35.1F-45295350.4351F.1 (engineering build)) | ||
| 15 | ! | ||
| 16 | no aaa root | ||
| 17 | ! | ||
| 18 | no service interface inactive port-id allocation disabled | ||
| 19 | ! | ||
| 20 | service routing protocols model multi-agent | ||
| 21 | ! | ||
| 22 | agent PowerManager shutdown | ||
| 23 | agent LedPolicy shutdown | ||
| 24 | agent Thermostat shutdown | ||
| 25 | agent PowerFuse shutdown | ||
| 26 | agent StandbyCpld shutdown | ||
| 27 | agent LicenseManager shutdown | ||
| 28 | ! | ||
| 29 | hostname cr2 | ||
| 30 | ! | ||
| 31 | spanning-tree mode mstp | ||
| 32 | ! | ||
| 33 | system l1 | ||
| 34 | unsupported speed action error | ||
| 35 | unsupported error-correction action error | ||
| 36 | ! | ||
| 37 | interface Ethernet1 | ||
| 38 | no switchport | ||
| 39 | ip address 10.0.1.2/24 | ||
| 40 | bfd interval 300 min-rx 300 multiplier 3 | ||
| 41 | ipv6 enable | ||
| 42 | ipv6 address fd00:2::2/64 | ||
| 43 | ! | ||
| 44 | ip routing | ||
| 45 | ! | ||
| 46 | ipv6 unicast-routing | ||
| 47 | ! | ||
| 48 | ip route 100.64.0.0/24 10.0.1.1 track bfd | ||
| 49 | ! | ||
| 50 | ipv6 route 3fff::/64 fd00:2::1 track bfd | ||
| 51 | ! | ||
| 52 | router multicast | ||
| 53 | ipv4 | ||
| 54 | software-forwarding kernel | ||
| 55 | ! | ||
| 56 | ipv6 | ||
| 57 | software-forwarding kernel | ||
| 58 | ! | ||
| 59 | end | ||
| 60 | Address | ||
| 61 | Interface IP Address Status Protocol MTU Owner | ||
| 62 | -------------- ----------------- ------------ -------------- ---------- ------- | ||
| 63 | Ethernet1 10.0.1.2/24 up up 1500 | ||
| 64 | |||
| 65 | |||
| 66 | > show ip bgp summary | ||
| 67 | |||
| 68 | % BGP inactive at line 4 | ||
| 69 | |||
| 70 | > show ip bgp | ||
| 71 | |||
| 72 | % BGP inactive at line 5 | ||
| 73 | |||
| 74 | > show ipv6 bgp | ||
| 75 | |||
| 76 | % BGP inactive at line 6 | ||
| 77 | |||
| 78 | VRF: default | ||
| 79 | Source Codes: | ||
| 80 | C - connected, S - static, K - kernel, | ||
| 81 | O - OSPF, O IA - OSPF inter area, O E1 - OSPF external type 1, | ||
| 82 | O E2 - OSPF external type 2, O N1 - OSPF NSSA external type 1, | ||
| 83 | O N2 - OSPF NSSA external type2, O3 - OSPFv3, | ||
| 84 | O3 IA - OSPFv3 inter area, O3 E1 - OSPFv3 external type 1, | ||
| 85 | O3 E2 - OSPFv3 external type 2, | ||
| 86 | O3 N1 - OSPFv3 NSSA external type 1, | ||
| 87 | O3 N2 - OSPFv3 NSSA external type2, B - Other BGP Routes, | ||
| 88 | B I - iBGP, B E - eBGP, R - RIP, I L1 - IS-IS level 1, | ||
| 89 | I L2 - IS-IS level 2, A B - BGP Aggregate, | ||
| 90 | A O - OSPF Summary, NG - Nexthop Group Static Route, | ||
| 91 | V - VXLAN Control Service, M - Martian, | ||
| 92 | DH - DHCP client installed default route, | ||
| 93 | DP - Dynamic Policy Route, L - VRF Leaked, | ||
| 94 | G - gRIBI, RC - Route Cache Route, | ||
| 95 | CL - CBF Leaked Route | ||
| 96 | |||
| 97 | Gateway of last resort is not set | ||
| 98 | |||
| 99 | C 10.0.1.0/24 | ||
| 100 | directly connected, Ethernet1 | ||
| 101 | S 100.64.0.0/24 [1/0] | ||
| 102 | via 10.0.1.1, Ethernet1 | ||
| 103 | |||
| 104 | |||
| 105 | VRF: default | ||
| 106 | Displaying 2 of 6 IPv6 routing table entries | ||
| 107 | Source Codes: | ||
| 108 | C - connected, S - static, K - kernel, O3 - OSPFv3, | ||
| 109 | O3 IA - OSPFv3 inter area, O3 E1 - OSPFv3 external type 1, | ||
| 110 | O3 E2 - OSPFv3 external type 2, | ||
| 111 | O3 N1 - OSPFv3 NSSA external type 1 | ||
| 112 | O3 N2 - OSPFv3 NSSA external type2, B - Other BGP Routes, | ||
| 113 | A B - BGP Aggregate, R - RIP, | ||
| 114 | I L1 - IS-IS level 1, I L2 - IS-IS level 2, DH - DHCP, | ||
| 115 | NG - Nexthop Group Static Route, M - Martian, | ||
| 116 | DP - Dynamic Policy Route, L - VRF Leaked, | ||
| 117 | G - gRIBI, RC - Route Cache Route, | ||
| 118 | CL - CBF Leaked Route | ||
| 119 | |||
| 120 | S 3fff::/64 [1/0] | ||
| 121 | via fd00:2::1, Ethernet1 | ||
| 122 | C fd00:2::/64 [0/0] | ||
| 123 | via Ethernet1, directly connected | ||
| 124 | |||
| 125 | VRF name: default | ||
| 126 | ----------------- | ||
| 127 | DstAddr MyDisc YourDisc Interface/Transport Type LastUp | ||
| 128 | --------- ----------- ----------- -------------------- ------- ---------------- | ||
| 129 | 10.0.1.1 2719370445 1018521736 Ethernet1(7) normal 06/09/26 06:31 | ||
| 130 | |||
| 131 | LastDown LastDiag State | ||
| 132 | -------------------- ------------------- ----- | ||
| 133 | 06/09/26 06:31 No Diagnostic Up | ||
| 134 | |||
| 135 | DstAddr MyDisc YourDisc Interface/Transport Type LastUp | ||
| 136 | ---------- ----------- ---------- -------------------- ------- ---------------- | ||
| 137 | fd00:2::1 2595440183 421566277 Ethernet1(7) normal 06/09/26 06:31 | ||
| 138 | |||
| 139 | LastDown LastDiag State | ||
| 140 | -------------------- ------------------- ----- | ||
| 141 | 06/09/26 06:31 No Diagnostic Up | ||