June 2023

GitLab Create SSH Key

To Create an SSH key navigate to: User Settings >> SSH Keys Generate a Key I am doing this on a Mac, open a terminal and enter:ssh-keygen -t ed25519 -C “your_email@example.com” Next it will ask for a location and file name, I have named this /.ssh/id_ed25519_GitLab and it is saved in the default location /Users/USERNAME/.ssh/id_ed25519_GitLab […]

GitLab Create SSH Key Read More »

BGP Path Selection

BGP Path selection relies on the BGP attributes. I have described the eight most important BGP attributes in my previous BGP Basic Information post. Weight: The path with the highest weight is preferred. This is only locally significant and not affect any other router within the AS. Cisco only, used for outbound path selection Local Preference: The

BGP Path Selection Read More »