Please enable JavaScript.
Coggle requires JavaScript to display documents.
IPv4 (ASW1 (Access port not in VLAN 10 (interfaces fa 1/0/1 - 2 only have…
IPv4
ASW1
-
-
-
"Port security" in fa 1/0/1 - 1/0/2 interfaces BUT on ASW1 fa 1/0/1 - 1/0/2 are "DOWN" "DOWN" (show ip interface brief)
interface 1/0/1 - 2 on SW1 will have the "switchport port-security mac-address 0000.0000.0001" interface configuration
-
Q3: in configuration mode, using the "interface range fa1/0/1-2", then "no switchport port-security", followed by "Shutdown", "no shutdown" interface configuratio commands
-
R4
-
-
EIGRP passive interface
look for eigrp 10
passive-interface default
to validate this execute the "show ip eigrp neighbor" R4 must not display any neighbors
-
-
Q3: Enable EIGRP on the FastEthernet 0/0 and FastEthernet 0/1 interface using the "no passive-interface" command
DSW1
-
-
"Port security" in fa 1/0/1 - 1/0/2 interfaces BUT on ASW1 fa 1/0/1 - 1/0/2 are UP UP (show ip interface brief)
interface vlan 10 "ON DSW1" will have wrong "ip helper address 10.2.21.129" correct is 10.1.21.129 to be checked from R4 after executing a "show ip interface brief" command
-
-
Q3: Under interface VLAN 10 delete the "ip helper address 10.2.21.129" command and enter the "ip helper address 10.1.21.129" command
-
-
-
-