DHCP V4
DHCP V4
DHCP V4
DHCP V6
#stateless
dns-server 2001:DB8:ACAD:A::A
domain-name statelessdhcp.com
exit
interface GigabitEthernet0/0
ipv6 nd other-config-flag
end
Write
dns-server 2001:DB8:ACAD:A::A
domain-name statefuldhcp.com
interface GigabitEthernet0/0
ipv6 nd managed-config-flag
end
Write
OSPFv2
Routeur R1
router ospf 1
router-id 1.1.1.1
R1#write
OR
R1(config)#router ospf 1
R1#write
router ospf 1
router-id 2.2.2.2
default-information originate
R2#write
Routeur R3
router ospf 1
router-id 3.3.3.3
R3#write
Or
R2(config)#router ospf 1
Ospfv3
Routeur R1
R1#config t
R1(config-rtr)#router-id 1.1.1.1
R1(config-rtr)#exit
R1(config)#interface s0/0/0
R1(config-if)#interface loopback 0
R1(config-if)#end
Routeur R2
R2#config t
R2(config-rtr)#router-id 2.2.2.2
R2(config-rtr)#exit
R2(config)#interface s0/0/0
R2(config)#interface s0/0/1
R2(config-if)#ipv6 ospf 1 area 0
R2(config)#interface loopback 8
Routeur R3
R3#config t
R3(config-rtr)#router-id 3.3.3.3
R3(config-rtr)#exit
R3(config)#interface s0/0/1
R3(config)#interface loopback 4
R1(config-if)#end
PPP
A. Sur le routeur R1
interface s0/0/0
encapsulation ppp
exit
end
write
B. Sur le routeur R2
interface s0/0/0
encapsulation ppp
ppp authentication pap
exit
end
write
A. Sur le routeur R1
interface s0/0/1
encapsulation ppp
exit
end
write
B. Sur le routeur R3
interface s0/0/1
encapsulation ppp
exit
end
write