Server/cisbert: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
Firmware: C1841-ADVENTERPRISEK9-M
Firmware: C1841-ADVENTERPRISEK9-M
</source>
</source>


Unterstützt folgende Protokolle:
Unterstützt folgende Protokolle:
Zeile 34: Zeile 33:
</source>
</source>


Nach dem Einloggen 'enable' eingeben, gefolgt von dem Loginpasswort.


== Netzwerk debuggen ==
== Netzwerk debuggen ==


<source lang="bash">
<source lang="bash">
debug ip tcp
cisco#debug ip tcp
debug ip udp
cisco#debug ip udp
debug crypto ipsec
cisco#debug crypto ipsec
debug crypto isakmp
cisco#debug crypto isakmp
debug crypto isakmp sa
cisco#debug crypto isakmp sa
 


# display debug log over ssh
# display debug log over ssh
terminal monitor
cisco#terminal monitor
# undisplay debug log  
# undisplay debug log  
terminal no monitor
cisco#terminal no monitor


# and to turn it all off again, you need to type:
# and to turn it all off again, you need to type:
no debug all
cisco#no debug all
 
# BGP-Status anzeigen
cisco#show ip bgp summary
</source>
</source>


Zeile 59: Zeile 61:
sh ntp asso
sh ntp asso
sh clock  
sh clock  
</source>
== Konfiguration ==
<source lang="bash">
cisco>enable
cisco#config terminal
cisco(config)# ... # Konfiguration hier
cisco(config)#exit
cisco#write memory
# konfiguration backupen
cisco#copy run flash:working_copy
# konfiguration wieder herstellen
cisco#copy flash:working_copy startup
cisco#reload
</source>
</source>



Version vom 28. Juni 2015, 19:06 Uhr

Cisco 1841

Unser Router für die Enterprise-Bedürfnisse.

  • Hostname: cisco.hq.c3d2.de
cisco# show version

Firmware: C1841-ADVENTERPRISEK9-M

Unterstützt folgende Protokolle:

cisco# config t
cisco(config)# router ?
- bgp       Border Gateway Protocol (BGP)
- eigrp     Enhanced Interior Gateway Routing Protocol (EIGRP)
- isis      ISO IS-IS
- iso-igrp  IGRP for OSI networks
- lisp      Locator/ID Separation Protocol
- mobile    Mobile routes
- odr       On Demand stub Routes
- ospf      Open Shortest Path First (OSPF)
- rip       Routing Information Protocol (RIP)

Einloggen

Passwort: bekannt

ssh cisbert@cisbert.hq.c3d2.de

Nach dem Einloggen 'enable' eingeben, gefolgt von dem Loginpasswort.

Netzwerk debuggen

cisco#debug ip tcp
cisco#debug ip udp
cisco#debug crypto ipsec
cisco#debug crypto isakmp
cisco#debug crypto isakmp sa

# display debug log over ssh
cisco#terminal monitor
# undisplay debug log 
cisco#terminal no monitor

# and to turn it all off again, you need to type:
cisco#no debug all

# BGP-Status anzeigen
cisco#show ip bgp summary

NTP/Zeit

sh ntp asso
sh clock

Konfiguration

cisco>enable
cisco#config terminal
cisco(config)# ... # Konfiguration hier
cisco(config)#exit
cisco#write memory
# konfiguration backupen
cisco#copy run flash:working_copy
# konfiguration wieder herstellen
cisco#copy flash:working_copy startup
cisco#reload

Beispielpeering mit AS4242420045