User Tools

Site Tools


network_stuff:cisco:iosxr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:cisco:iosxr [2022/08/03 10:07] jotasandokunetwork_stuff:cisco:iosxr [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +[[https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/LTRARC-2002.pdf]]
 +\\
 +
   * In principle, commit in every level of configuration you add.   * In principle, commit in every level of configuration you add.
  
Line 4: Line 7:
   show configuration commit list   show configuration commit list
   show configuration commit changes last 1   show configuration commit changes last 1
-  rollback configuratuin last 1+  rollback configuration last 1
   show run | utility ?    # This for a lot of unix utilities    show run | utility ?    # This for a lot of unix utilities 
   pwd    # to see where I am in the hierarchy of commands   pwd    # to see where I am in the hierarchy of commands
   abort   # to abort the changes we just made (before the commit   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 ''address-family ipv4 unicast'' is needed after each neighbor (and commit) for it to work:  router bgp 20000 This is for bgp (note ''address-family ipv4 unicast'' is needed after each neighbor (and commit) for it to work:  router bgp 20000
Line 28: Line 35:
     !     !
    !    !
 +   
 +  * There is not ''| s'' or pipe section. If we want to see sectios of the configuration we do things like:
 +  show configuration router bgp
network_stuff/cisco/iosxr.1659521226.txt.gz · Last modified: (external edit)