0% found this document useful (0 votes)
24 views2 pages

Cisco Router Configuration Guide

The document contains the running configuration of a router, detailing its version, hostname, and various interface settings. It includes DHCP configurations, access control lists, and NAT settings. Additionally, it specifies user credentials and line configurations for console and virtual terminal access.

Uploaded by

Ibrahima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Cisco Router Configuration Guide

The document contains the running configuration of a router, detailing its version, hostname, and various interface settings. It includes DHCP configurations, access control lists, and NAT settings. Additionally, it specifies user credentials and line configurations for console and virtual terminal access.

Uploaded by

Ibrahima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Router#sh run

Building configuration...

Current configuration : 1693 bytes


!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.100 192.168.1.200
!
ip dhcp pool LAN_USERS
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 213.154.95.126 213.154.64.13
!
!
!
no ip domain lookup
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
cts logging verbose
!
!
license udi pid CISCO1921/K9 sn FGL21162493
!
!
username root privilege 15 secret 5 $1$MQDi$bBXV17CxxrECO74xi/uCo0
!
redundancy
!
no cdp run
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description ******* VERS LS **********
ip address 41.214.50.226 255.255.255.252
ip nat outside
ip virtual-reassembly in
ip tcp adjust-mss 1460
duplex auto
speed auto
!
interface GigabitEthernet0/1
description ********VERS LAN_USERS********
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
ip nat inside source list 101 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 41.214.50.225
!
!
!
access-list 101 permit ip any any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
!
control-plane
!
!
!
line con 0
login local
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
!
end

Router#

You might also like