Friday, 16 May 2008

ICND2, 5th Day

IPv6 -> 16 Octet

::1: <- Localhost Address
FF01::1 <- Private Address

1. conf t
2. ipv6 unicast-routing
3. ipv6 address [ipv6prefix/prefix length] [eui-64] Hostname

1. conf t
2. ipv6 host R1 [ipv6:1] RIPng

1. conf t
2. ipv6 router rip [Tag]
3. ipv6 unicast-routing
4. router rip RT0
5. exi

1. conf t
2. int f0/0
3. ipv6 router rip RT0 enable
4. exi
5. show ipv6 route rip

Rapid Spanning Tree Protocol (*Cisco Only)
1. conf t
2. spanning-tree mode ?
3. show spanning-tree

VLAN Trunking Protocol
Must be the same domian name
Run on trunking

1. conf t
1.1 vtp mode server
2. vtp domian UPMicnd
3. vtp version 2
4. exi
5. show vtp status

6. show vtp password

* If VTP not working check VTP password.
*The revision number will be reset when VTP domain changed.

PPPoE, PPPoA-> Can do Authentication as compare to HDLC
PAP(One-way Plain Text pwd) and CHAP(Three-way Encryption pwd)
1. conf t
2. int s0/0/0
3. encapsulation ppp

Set Authentication on interface
1. conf t
2. username R2 password CISCO
3. int s0/0/0
4. ppp authentication chap

Why Serial Line Up\Down?
1. Clock Rate not set
2. Encapsulations mismatch
3. Keep-alive mismatch

Frame Relay
Point-to-Point
Multi Point

R1, R3, TS as Client
R2 as ISP FR

Frame Relay Router
1. conf t
2. int s1/0
3. encap frame
4. frame int dce
5. frame route 123 in s 1/1 321
6. frame route 139 in s 1/2 931
and also set the other interface.

Client Router
1. conf t
2. int s0/0
3. encap frame-relay
4. exi
5. int s0/0.123 point-to-point
6. ip address [] []
7. frame relay interface-dlci 123

8. show frame lmi
9. show frame map
10. show frame pvc

No comments: