Sonntag, 24. Januar 2016

Cisco Packet Tracer 7.4.1.2

Cisco Packet Tracer: Uebung05

7.4.1.2

Here should we set the IPv4 and IPv6 address and we should fix the link local addresse

R1 configuration:
R1> enable
R1# config t //go to the config mode
R1(config)# int gig0/0  //interface 
R1(config-if)# ip address 172.16.10.1 255.255.255.192 // IPv4 Address set
R1(config-if)# ipv6 address 2001:DB8:CAFE:1::1/64 // IPv6 Address set
R1(config-if)# ipv6 address FE80::1 link-local // link-local set
R1(config-if)# no shutdown
R1(config-if)# exit //back
R1(config)# int gig0/1 // Interface 
R1(config-if)# ip address 172.16.10.65 255.255.255.192 // IPv4 Address setting
R1(config-if)# ipv6 address 2001:DB8:CAFE:2::1/64 // IPv6 Address setting
R1(config-if)# ipv6 address FE80::1 link-local // link-local fix
R1(config-if)# no shutdown
R1(config-if)# exit // back

  
S1 Konfiguration:
S1> enable
S1# config t //configuration mode
S1(config)# int vlan1 //select the interface
S1(config-if)# ip address 172.16.10.62 255.255.255.192 // IPv4 Adresse setting
S1(config-if)# no shutdown
S1(config-if)# exit //back



Keine Kommentare:

Kommentar veröffentlichen