template for other pages

Acronyms

  • Acronym1: what it stands for
  • Acronym2: what it stands for

flowchart LR
  A[Hard edge] --> B(Round edge)
  B --> C{Decision}
  C --> D[Result one]
  C --> E[Result two]


Notes

  • Note1
  • Note2
  • Note3

Commands

  • show command 1 - What the command does / When its useful
  • show command 2 - What the command does / When its useful
  • show command 3 - What the command does / When its useful
Note

Remember that X does Y


Config


Create a XYZ
interface Tunnel0
 ip address 192.168.1.1 255.255.255.252 #or ip unnumbered <interface>
 tunnel source GigabitEthernet0/0
 tunnel destination 203.0.113.2
 tunnel mode ipsec ipv4

Define the XYZ
crypto isakmp policy 10
 encryption aes 256
 hash sha256
 authentication pre-share
 group 14
 lifetime 86400