c3d2-wiki/Server%2Fcisbert.mw

86 lines
1.9 KiB
Plaintext
Raw Normal View History

= Cisco 1841 =
Unser Router für die Enterprise-Bedürfnisse.
2015-06-28 21:06:36 +02:00
* Hostname: cisco.hq.c3d2.de (172.22.99.8)
2015-07-01 22:00:16 +02:00
<source lang="bash">
cisco# show version
2015-07-01 22:00:16 +02:00
</source>
2015-07-01 22:03:48 +02:00
<source lang="bash">
Firmware: C1841-ADVENTERPRISEK9-M (Compiled Tue 24-Mar-15 08:30 by prod_rel_team)
</source>
2015-07-01 22:09:13 +02:00
[https://software.cisco.com/download/release.html?mdfid=279119622&softwareid=280805680&release=15.1.4M10&flowid=7351 c1841-adventerprisek9-mz.151-4.M10]
Unterstützt folgende Protokolle:
<source lang="bash">
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)
</source>
== Einloggen ==
Passwort: bekannt
<source lang="bash">
ssh cisbert@cisbert.hq.c3d2.de
</source>
2015-06-25 21:39:20 +02:00
2015-06-28 21:06:07 +02:00
Nach dem Einloggen 'enable' eingeben, gefolgt von dem Loginpasswort.
2015-06-25 21:39:20 +02:00
== Netzwerk debuggen ==
<source lang="bash">
2015-06-28 21:06:07 +02:00
cisco#debug ip tcp
cisco#debug ip udp
cisco#debug crypto ipsec
cisco#debug crypto isakmp
cisco#debug crypto isakmp sa
2015-06-25 21:39:20 +02:00
2015-06-26 15:59:17 +02:00
# display debug log over ssh
2015-06-28 21:06:07 +02:00
cisco#terminal monitor
2015-06-26 15:59:17 +02:00
# undisplay debug log
2015-06-28 21:06:07 +02:00
cisco#terminal no monitor
2015-06-25 21:39:20 +02:00
# and to turn it all off again, you need to type:
2015-06-28 21:06:07 +02:00
cisco#no debug all
# BGP-Status anzeigen
cisco#show ip bgp summary
2015-06-25 21:39:20 +02:00
</source>
== NTP/Zeit ==
<source lang="bash">
sh ntp asso
sh clock
</source>
2015-06-26 15:59:17 +02:00
2015-06-28 21:06:07 +02:00
== 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>
2015-06-26 15:59:17 +02:00
== Beispielpeering mit AS4242420045 ==
[[Datei:Cisco-To-Cisco-Ipsec-Peering.png]]