Posts

DOREAMN 3(B)

 ____________________________________________________________________ 3 (B)] ACLs ______________________________________________________________________________ Objectives: ▪ Configure, Apply and Verify an Extended Numbered ACL Scenario: o Device on one LAN are allowed to remotely access device in another LAN using SSH protocol o Besides ICMP all traffic from other network is denie ◼ Configure Switch and Router: Step 1: Configure the IP address on switch SWA(config)# int vlan 1 SWA(config-if)# ip address 10.101.117.50 255.255.255.248 SWA(config-if)# no shut SWA(config-if)# ip default-gateway 10.101.117.49 ++++++++++++++++++++ SWB(config)# int vlan 1 SWB(config-if)# ip address 10.101.117.34 255.255.255.240 SWB(config-if)# no shut SWB(config-if)# ip default-gateway 10.101.117.33 +++++++++++++++++++++++ SWC(config)# int vlan 1 SWC(config-if)# ip address 10.101.117.2 255.255.255.224 SWC(config-if)# no shut SWC(config-if)# ip default-gateway 10.101.117.1 +++++++++++++++++++++++++ Step 2...

DOREAMON 3(A)

 Practical 3: Configuring Extended ACLs __________________________________________________________________ Objectives: ▪ Configure, Apply and Verify an Extended Numbered ACL ▪ Configure, Apply and Verify an Extended Named ACL Scenario: o PC1 Should be allowed only FTP access o PC2 Should be allowed only web access o Both PCs must ping server but not each other’s ◼ Configure Router: Step 1: Configure password for vty lines R1(config) # line vty 0 4 R1(config-line) #password vtypa55 R1(config-line) #login Step 2: Configure secret on router R1(config) # enable secret enpa55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Part 1: Configure, Apply and Verify an Extended Numbered ACL Step 1: Configure an ACL to permit FTP and ICMP. (Use Router 2911) R1(config)# access-list 100 permit tcp 172.22.34.64 0.0.0.31 host 172.22.34.62 eq ftp R1(config)# access-list 100 permit icmp 172.22.34.64 0.0.0.31 host 172.22.34.62 Step 2: Apply the ACL on the correct interface to filter traf...

DOREAMON 2

 ______________________________________________________________ Practical 2: Configure AAA Authentication on Cisco router. ________________________________________________________________ Objectives: ▪ Configure a local user account on R1 and configure authenticate on the    console and vty lines using local AAA. ▪ Verify local AAA authentication from the R1 console and the PC0 client    and PC1 Client. ◼ Configure Router:   Step 1: Configure password for vty lines R1(config) # line vty 0 4 R1(config-line) #password vtypa55 R1(config-line) #login Step 2: Configure secret on router R1(config) # enable secret enpa55 Step 3: Configure OSPF on routers R1(config) #router ospf 1 R1(config-router) #network 192.168.1.0 0.0.0.255 area 0 Step 4: Configure OSPF MD5 authentication for all router in area 0 R1(config) #router ospf 1 R1(config-router)# area 0 authentication message-digest Step 5: Configure MD5 key for all routers in area 0 R1(config)# int gig0/0 R1(config...

DOREAMON 1

 Practical 1: Configure Routers for Syslog, NTP and SSH operation ____________________________________________________________________________________ Objectives: ▪ Configure OSPF MD5 authentication. ▪ Configure NTP. ▪ Configure routers to log messages to the syslog server. ▪ Configure R3 to support SSH connections. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ◼ Configure Router with password  Step 1: Configure password for vty lines  ๐Ÿ˜Š Execute Command on all routers R(config) # line vty 0 4 R(config-line) #password vtypa55 R(config-line) #login Step 2: Configure secret on router๐Ÿ˜Š Execute Command on all routers R(config) # enable secret enpa55 Step 3: Configure OSPF on routers  ๐Ÿ˜Š R1(config) #router ospf 1 R1(config-router) #network 192.168.1.0 0.0.0.255 area 0 R1(config-router) #network 10.1.1.0 0.0.0.3 area 0 R2(config) #router ospf 1 R2(config-router) #network 10.1.1.0 0.0.0.3 area 0 R2(config-router) #network 10.2.2.0 0.0.0.3 area 0 R3(config) #rou...