Last active
July 31, 2026 22:13
-
-
Save jeffbrl/2c758dcadaaa3e66a8bc95bcf4d14a59 to your computer and use it in GitHub Desktop.
ce21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! | |
| no enable password | |
| no aaa root | |
| ! | |
| username admin privilege 15 role network-admin secret sha512 $6$yaIYtMPIq7w2sDmS$TPd7BFXCtHsTOOCkN/15qerEdGgkopnsRLbCYugcvNNQKMxyGllCbqxTw0UrP7WmSo3mYQDfIbXUqJTj41vZv/ | |
| username admin ssh-key ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILikHrz9717ue16sUBfJG2gnh+4m8tjuIMDO15I0bwQx network-labs-devices | |
| username cvpadmin privilege 15 role network-admin secret sha512 $6$cvpadmin$KJbuVCyk6xrFZ.85XBW9dCbZCvy.5uav/ynHmWp/46CsshVsFD9Ht3TejCmdb.da/cfaox4q74uwsrG/sbcgA1 | |
| ! | |
| daemon TerminAttr | |
| exec /usr/bin/TerminAttr -cvaddr=100.68.255.2:9910 -cvauth=token,/mnt/flash/token -cvvrf=MGMT -disableaaa -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -taillogs -cvsourceintf=Management0 | |
| no shutdown | |
| ! | |
| vlan internal order ascending range 1006 1199 | |
| ! | |
| transceiver qsfp default-mode 4x10G | |
| ! | |
| service routing protocols model multi-agent | |
| ! | |
| logging trap informational | |
| logging vrf MGMT host 100.68.11.4 1514 | |
| logging facility local4 | |
| logging vrf MGMT local-interface Management0 | |
| ! | |
| hostname ce21 | |
| ip domain lookup vrf MGMT source-interface Management0 | |
| ip name-server vrf MGMT 8.8.4.4 | |
| ip name-server vrf MGMT 8.8.8.8 | |
| ! | |
| spanning-tree mode mstp | |
| ! | |
| vrf instance MGMT | |
| ! | |
| management api http-commands | |
| protocol https | |
| no shutdown | |
| ! | |
| vrf MGMT | |
| no shutdown | |
| ! | |
| management api gnmi | |
| transport grpc default | |
| vrf MGMT | |
| provider eos-native | |
| ! | |
| aaa authorization exec default local | |
| ! | |
| interface Ethernet6 | |
| description P2P_pe1_eth6 | |
| no shutdown | |
| mtu 1500 | |
| no switchport | |
| ip address 10.0.5.3/31 | |
| ! | |
| interface Loopback0 | |
| ip address 192.168.102.1/32 | |
| ! | |
| interface Management0 | |
| description OOB_MANAGEMENT | |
| no shutdown | |
| vrf MGMT | |
| ip address 100.68.10.221/24 | |
| ! | |
| ip routing | |
| no ip routing vrf MGMT | |
| ! | |
| ip route vrf MGMT 0.0.0.0/0 100.68.10.1 | |
| ! | |
| ntp local-interface vrf MGMT Management0 | |
| ntp server vrf MGMT 0.pool.ntp.org prefer | |
| ! | |
| router bgp 65102 | |
| router-id 192.168.102.1 | |
| neighbor 10.0.5.2 remote-as 65000 | |
| neighbor 10.0.5.2 description pe1 | |
| ! | |
| address-family ipv4 | |
| neighbor 10.0.5.2 activate | |
| network 192.168.102.1/32 | |
| ! | |
| router multicast | |
| ipv4 | |
| software-forwarding kernel | |
| ! | |
| ipv6 | |
| software-forwarding kernel | |
| ! | |
| management ssh | |
| ! | |
| vrf MGMT | |
| no shutdown | |
| ! | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment