Benutzer-Werkzeuge

Webseiten-Werkzeuge


ne:cisco

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ne:cisco [2023/09/02 14:51] – [Zugriff per SSH] adminne:cisco [2025/01/08 12:27] (aktuell) – [Router] admin
Zeile 7: Zeile 7:
  
   * [[https://www.safaribooksonline.com/library/view/cisco-ios-cookbook/0596527225/ch01s08.html|Booting a different IOS Image]]   * [[https://www.safaribooksonline.com/library/view/cisco-ios-cookbook/0596527225/ch01s08.html|Booting a different IOS Image]]
 +  * [[https://www.cisco.com/c/en/us/td/docs/routers/access/sw_activation/SA_on_ISR.html|Lizenzverwaltung auf den ISR2 Routern]]
  
 ==== Login & Password ==== ==== Login & Password ====
Zeile 32: Zeile 33:
 echo 'HostKeyAlgorithms ssh-rsa' >> /etc/ssh/ssh_config echo 'HostKeyAlgorithms ssh-rsa' >> /etc/ssh/ssh_config
 </code> </code>
 +
 +
 +
 ==== Login direkt in den privilegierten Modus ==== ==== Login direkt in den privilegierten Modus ====
  
Zeile 41: Zeile 45:
 Router(config)# aaa authorization exec default local Router(config)# aaa authorization exec default local
 </code> </code>
-==== NETCONF & RESTCONF ==== 
  
-<code> +----
-Router(config)# username admin privilege 15 secret cisco123! +
-Router(config)# netconf+
  
-Router(config)# ip http secure-server  
-Router(config)# restconf 
-</code> 
-  * https://developer.cisco.com/docs/ios-xe/#!enabling-restconf-on-ios-xe/restconf 
 ==== Proxy ARP ==== ==== Proxy ARP ====
  
Zeile 106: Zeile 103:
 http://osxdaily.com/2015/07/30/release-renew-dhcp-command-line-ipconfig/ http://osxdaily.com/2015/07/30/release-renew-dhcp-command-line-ipconfig/
  
-=== NAT ===+---- 
 + 
 +==== NAT ====
 Overload the interface IP address of the outside interface, allow all hosts behind the inside interface to access the NAT: Overload the interface IP address of the outside interface, allow all hosts behind the inside interface to access the NAT:
 <code> <code>
Zeile 124: Zeile 123:
 </code> </code>
 ---- ----
 +==== NETCONF & RESTCONF ====
 +
 +<code>
 +Router(config)# username admin privilege 15 secret cisco123!
 +Router(config)# netconf
 +
 +Router(config)# ip http secure-server 
 +Router(config)# restconf
 +</code>
 +  * https://developer.cisco.com/docs/ios-xe/#!enabling-restconf-on-ios-xe/restconf
 +
 +
  
 ===== Switch ===== ===== Switch =====
ne/cisco.1693666293.txt.gz · Zuletzt geändert: 2023/09/02 14:51 von admin