Answered You can hire a professional tutor to get the answer.
Need an argumentative essay on CCNA Basic (Final Assignment). Needs to be 4 pages. Please no plagiarism.Download file to see previous pages... 4. Define redistribution filters, if desired. 5. Enable r
Need an argumentative essay on CCNA Basic (Final Assignment). Needs to be 4 pages. Please no plagiarism.
Download file to see previous pages...4. Define redistribution filters, if desired.
5. Enable redistribution, if you defined redistribution filters.
6. Modify default global and port parameters as required.
7. Modify OSPF standard compliance, if desired
To enable OSPF enter enable ospf and respond to the prompts:
OSPF Config>.enable ospf
Estimated # external routes[0] 200
Estimated # OSPF routers [0] 60
OSPF Config>.set area
Area number [0.0.0.0] 0.0.0.0
Authentication Type (0:NONE, 1:SIMPLE, 2:CRYPTOGRAPHIC) [0] 1
Is this a stub area [No]:
OSPF Config>.set interface
Interface IP address [0.0.0.0] 172.16.100.030
Attaches to area [0.0.0.0] 0.0.0.0
Retransmission Interval (in seconds) [5]
Transmission Delay (in seconds) [1]
Router Priority [1]
Hello Interval (in seconds) [10]
Dead Router Interval (in seconds) [40]
Type Of Service 0 cost [1] 5
Authentication Key
Retype Auth. Key
Message Digest Key ID [0]
MD5 Key
Retype MD5 Key
Override the default OSPF interface-type [No]: y
OSPF interface-type override
(1=broadcast, 3=NBMA, 5=point-to-multipoint) [0] 3
Poll Interval [120]
Forward multicast datagrams [Yes]:
Forward as data-link unicasts [No]:
OSPF Config>.set virtual-link
Virtual endpoint (Router ID) [0.0.0.0] 10.10.10.1
Link's transit area [0.0.0.1]
Retransmission Interval (in seconds) [10]
Transmission Delay (in seconds) [5]
Hello Interval (in seconds) [30]
Dead Router Interval (in seconds) [180]
Authentication Key
Message Digest Key ID [0]
Message Digest Key
Retype Message Digest Key
(c) Configure manual summarization for 10.201.1.0/24, on serial 2, using EIGRP - using an example of one default route
hostname branch1
!
interface Serial2
ip address 10.201.1.0 255.255.255.0
...
router eigrp 10
redistribute static metric 56 100 255 1 255
network 10.201.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0...
This will allow you to have 32 subnets (25). After using the five bits for subnetting, you are left with 11 bits for host addresses. Therefore, this will allow each subnet to have 2048 host addresses (211), 2046 of which could be assigned to devices.
(d) Configure DHCP using a pool called 'ISP' containing 10.10.0.0/16. Include the default gateway of 10.10.0.01 and a DNS server at 10.10.0.5. Exclude the range of IP address from 10.10.0.1 to 10.10.0.15
Edit the /etc/dhcpd.conf file to configure DHCP service. In our setup, the server has IP address 10.0.0.1 and provides IP addresses up to 253 clients. Configure /etc/dhcpd.