Skills Integration
Skills Integration
Configure trunking.
interface g0/1
switchport mode trunk
switchport trunk native vlan 45
On Fa0/1, allow 2 MAC addresses that are automatically added to the conf
iguration file when detected.
The port should not be disabled, but a syslog message should be captured if a vi
olation occurs.
interface fa0/1
switchport port-security mac-address sticky
switchport port-security violation restrict ==>tiene un mensaje syslog
interface g0/0
no shutdown
==>interface g0/0 es interface fisica
Configure DHCP services for VLAN 30. Use LAN as the case-sensitive name
for the pool.
ip dhcp pool LAN
network 10.10.10.192 255.255.255.192
default-router 10.10.10.193
exit
Implement routing:
Use OSPF process ID 1 and router ID 1.1.1.1
router ospf 1
router-id 1.1.1.1
Configure one network statement for the entire 192.168.45.0/24 address s
pace
network 192.168.45.0 0.0.0.255 area 0
Disable interfaces that should not send OSPF messages.
passive-interface g0/0.15
passive-interface g0/0.30
passive-interface g0/0.45
passive-interface g0/0.60
passive-interface s0/1/0
exit
Configure a default route to the Internet.
ip route 0.0.0.0 0.0.0.0 s0/1/0
router ospf 1
default-information originate
exit
Implement NAT:
Configure a standard, one statement ACL number 1. All IP addresses belon
ging to the
192.168.45.0/24 address space are allowed.
access-list 1 permit 10.10.10.0 0.0.0.255
Refer to your documentation and configure static NAT for the File Server
.
ip nat inside source static 10.10.10.162 198.133.219.130
Configure dynamic NAT with PAT using a pool name of your choice, a /30 m
ask, and these two public addresses:
209.165.200.225 and 209.165.200.226
ip nat pool INTERNET 198.133.219.128 198.133.219.129 netmask 255.255.255.252
ip nat inside source list 1 pool INTERNET overload
passive-interface g0/0.15
ip nat inside
passive-interface g0/0.30
ip nat inside
passive-interface g0/0.45
ip nat inside
passive-interface s0/0/0
ip nat inside
passive-interface s0/0/1
ip nat inside
passive-interface s0/1/0
ip nat outside
end
NetAdmin
Verify NetAdmin has received full addressing information from Central.
voy a configuracion y click en DHCP
luego ponemos las interfaces a no pasivas
router ospf 1
no passive-interface g0/0.15
no passive-interface g0/0.30
no passive-interface g0/0.45
no passive-interface g0/0.60
passive-interface g0/0
do wr
done!!!