c3d2-wiki/Server%2Fcisbert.mw

66 lines
1.2 KiB
Plaintext
Raw Normal View History

= Cisco 1841 =
Unser Router für die Enterprise-Bedürfnisse.
* Hostname: cisco.hq.c3d2.de
<source lang="bash">
cisco# show version
Firmware: C1841-ADVENTERPRISEK9-M
</source>
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
== Netzwerk debuggen ==
<source lang="bash">
debug ip tcp
debug ip udp
2015-06-28 20:47:28 +02:00
debug crypto ipsec
debug crypto isakmp
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-25 21:39:20 +02:00
terminal monitor
2015-06-26 15:59:17 +02:00
# undisplay debug log
terminal no monitor
2015-06-25 21:39:20 +02:00
# and to turn it all off again, you need to type:
no debug all
</source>
== NTP/Zeit ==
<source lang="bash">
sh ntp asso
sh clock
</source>
2015-06-26 15:59:17 +02:00
== Beispielpeering mit AS4242420045 ==
[[Datei:Cisco-To-Cisco-Ipsec-Peering.png]]