Patrick Denis > Cisco
Cisco
admin
March 12, 2015
1. Enable ipv6 routing config# ipv6 unicast-routing 2. Assign your ipv6 address config-if# ipv6 add XXXX/XX 3. Configure Ripng and dont forget the string identification config# ipv6 router rip “string” 4. Enable Ripng on each interfaces. config-if# ipv6 rip “string”…
Read more
admin
March 12, 2015
Packet Tracer lab example R1 interface Serial0/0/0 ip address 192.168.1.1 255.255.255.0 encapsulation frame-relay frame-relay map ip 192.168.1.2 102 broadcast frame-relay map ip 192.168.1.3 103 broadcast R2 interface Serial0/0/0 ip address 192.168.1.2 255.255.255.0 encapsulation frame-relay frame-relay map ip 192.168.1.1…
Read more
admin
March 11, 2015
1. Enable frame relay switching on the frame relay sw 2. set the encapsulation to frame relay for each interface . 3. Set the frame-relay lmi type and intf . 4. Create the translation between each dlci with…
Read more
admin
September 16, 2014
Rip is a Distance Vector protocol and use HOP Counts with a maximum of 15 and 16 is considerate to be infinite . RIP is an IGP interior Gateway Protocol Version : RIPv1 use broadcast and is classfull RIPv2 use…
Read more