logo

Configuration of the Network Device

Review and resolve configuration errors in a network topology involving routing, port security, EtherChannel, DHCP, NAT, and PPP.

11 Pages1219 Words290 Views
   

Added on  2023-04-20

About This Document

This document provides the configuration details of the network devices including routers and switches.

Configuration of the Network Device

Review and resolve configuration errors in a network topology involving routing, port security, EtherChannel, DHCP, NAT, and PPP.

   Added on 2023-04-20

ShareRelated Documents
Configuration of the Network Device
Router R1
R1#sh run
Building configuration...
Current configuration : 1328 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
ip dhcp pool Access
network 192.168.10.0 255.255.255.0
default-router 192.168.1.1
ip dhcp pool pool1
network 192.168.122.0 255.255.255.0
default-router 192.168.122.1
!
!
!
ip cef
no ipv6 cef
!
!
!
username R3 password 0 ciscoccna
username ccna password 0 ciscoccna
!
!
license udi pid CISCO1941/K9 sn FTX1524U0K9
no ip domain-lookup
!
!
spanning-tree mode pvst
interface GigabitEthernet0/0
ip address 192.168.122.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
Configuration of the Network Device_1
interface Serial0/0/0
ip address 10.1.76.1 255.255.255.252
clock rate 4000000
!
interface Serial0/0/1
ip address 10.3.192.1 255.255.255.252
encapsulation ppp
ppp authentication pap
ppp pap sent-username R1 password 0 ciscoccna
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
passive-interface GigabitEthernet0/0
network 10.1.76.0 0.0.0.3 area 0
network 10.3.192.0 0.0.0.3 area 0
network 192.168.122.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
line con 0
!
line aux 0
!
line vty 0 4
no login
line vty 5 15
no login
end
R1#
Router R2
R2#sh run
Building configuration...
Current configuration : 1361 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
ip cef
Configuration of the Network Device_2
no ipv6 cef
!
!
!
username ccna password 0 ciscoccna
!
!
license udi pid CISCO1941/K9 sn FTX152451TP
!
no ip domain-lookup
!
!
spanning-tree mode pvst
interface GigabitEthernet0/0
ip address 209.165.200.225 255.255.255.224
ip nat outside
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.255.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.1.76.2 255.255.255.252
ip nat inside
!
interface Serial0/0/1
ip address 10.2.30.1 255.255.255.252
ip nat inside
clock rate 4000000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
passive-interface GigabitEthernet0/1
network 10.1.76.0 0.0.0.3 area 0
network 10.2.30.0 0.0.0.3 area 0
network 192.168.255.0 0.0.0.255 area 0
!
ip nat inside source list NAT interface GigabitEthernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
!
ip flow-export version 9
Configuration of the Network Device_3
!
!
ip access-list standard NAT
permit 10.0.0.0 0.255.255.255
permit 192.168.0.0 0.0.255.255
line con 0
!
line aux 0
!
line vty 0 4
no login
transport input none
line vty 5 15
no login
transport input none
!
!
!
End
Router R3
R3#sh run
Building configuration...
Current configuration : 1326 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
ip cef
no ipv6 cef
!
!
!
username R1 password 0 ciscoccna
username ccna password 0 ciscoccna
!
!
license udi pid CISCO1941/K9 sn FTX152473Z6
!
no ip domain-lookup
!
!
Configuration of the Network Device_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
CCE3060 Lab Test 4
|6
|1242
|97

Secure Networks - Configure Basic Router Security
|10
|620
|24

Wide Area Network with Wireless Technology
|9
|997
|50