This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network_stuff:cisco:iosxr [2022/08/03 09:59] – created jotasandoku | network_stuff:cisco:iosxr [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[https:// | ||
| + | \\ | ||
| + | |||
| + | * In principle, commit in every level of configuration you add. | ||
| + | |||
| + | show configuration commit changes diff | ||
| + | show configuration commit list | ||
| + | show configuration commit changes last 1 | ||
| + | rollback configuration last 1 | ||
| + | show run | utility ? # This for a lot of unix utilities | ||
| + | pwd # to see where I am in the hierarchy of commands | ||
| + | abort # to abort the changes we just made (before the commit | ||
| + | |||
| + | In a **lab environment** do this to prevent constant logouts: | ||
| + | line console session-timeout 35000 | ||
| + | line console exec-timeout 35000 | ||
| + | line console absolute-timeout 10000 | ||
| + | commit | ||
| + | |||
| This is for bgp (note '' | This is for bgp (note '' | ||
| bgp router-id 10.255.255.20 | bgp router-id 10.255.255.20 | ||
| Line 16: | Line 35: | ||
| ! | ! | ||
| ! | ! | ||
| + | |||
| + | * There is not '' | ||
| + | show configuration router bgp | ||