Skip to content

Instantly share code, notes, and snippets.

@nbhatti
Created September 20, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbhatti/45f6784d50c26f91729bcc6517889c57 to your computer and use it in GitHub Desktop.
Save nbhatti/45f6784d50c26f91729bcc6517889c57 to your computer and use it in GitHub Desktop.
Router#show running-config
Building configuration...
Current configuration : 3700 bytes
!
! Last configuration change at 18:10:56 UTC Thu Sep 20 2018
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
enable password Ylinx
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
!
ip dhcp excluded-address 172.16.16.200
ip dhcp excluded-address 10.2.60.55
!
ip dhcp pool YLINX_LAN
network 172.16.16.0 255.255.255.0
dns-server 8.8.8.8
default-router 172.16.16.200
lease 10
update arp
!
ip dhcp pool YLINX_SERVERS
network 10.2.60.0 255.255.255.0
dns-server 8.8.8.8
default-router 10.2.60.200
lease 10
update arp
!
!
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
crypto pki token default removal timeout 0
!
crypto pki trustpoint TP-self-signed-2879905090
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2879905090
revocation-check none
rsakeypair TP-self-signed-2879905090
!
!
crypto pki certificate chain TP-self-signed-2879905090
certificate self-signed 01
3082023E 308201A7 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32383739 39303530 3930301E 170D3138 30393230 31303135
34325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 38373939
30353039 3030819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100BA42 9889AFE0 D0DA3BC6 51AD6AA6 74DFE2F7 AB15CE88 6AA5E8DD 64492E10
0345D123 838DE971 3286B7DD 1880A0E1 7C8F0F5F A01AB431 DA1DBB5A 839ED013
78F527FC 446001CC 1C0633D6 63873B77 ACA2C407 7BE85563 773539B5 31591ED8
45C1DD25 F5E7BE48 14F47D20 B614282D EFEAD8DE 78675D64 AC042C6F D21714EE
89B30203 010001A3 66306430 0F060355 1D130101 FF040530 030101FF 30110603
551D1104 0A300882 06526F75 74657230 1F060355 1D230418 30168014 9712E50A
C9276BDD A1CEA7B9 A4989CA9 CC649572 301D0603 551D0E04 16041497 12E50AC9
276BDDA1 CEA7B9A4 989CA9CC 64957230 0D06092A 864886F7 0D010104 05000381
81003954 B6E88FA6 2E7DAD85 1AD29779 873B1FDD F086726E BA6A51E6 0EE246B1
E76D5E7C 29308AFA 51C7577E 82A99FE0 A13F3D8F 78F6E1CC 18567C40 C2BBB473
47673FA7 44EDEA97 08689158 31B7BED9 F573B49D A9ECB6D9 85B28AFB 7AC8FB1E
A5973E5D 2BE48CDD 15291CB5 6E748B38 048DF8DB D73BD7E5 823236F6 9D996605 7397
quit
!
!
license udi pid CISCO2811 sn FHK0902F4V6
username naseer secret 5 $1$w6HC$W9eoccnVIhNDKbMr91f2e0
!
redundancy
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.400
encapsulation dot1Q 400
ip address 192.168.86.200 255.255.255.0
ip nat outside
ip virtual-reassembly in
!
interface FastEthernet0/0.401
encapsulation dot1Q 401
ip address 192.168.1.200 255.255.255.0
!
interface FastEthernet0/0.402
encapsulation dot1Q 402
ip address 172.16.16.200 255.255.255.0
!
interface FastEthernet0/0.403
encapsulation dot1Q 403
ip address 10.2.60.200 255.255.255.0
!
interface FastEthernet0/1
ip address 1.1.1.1 255.255.255.0
duplex auto
speed auto
!
interface BRI0/1/0
no ip address
encapsulation hdlc
shutdown
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
!
ip nat outside source static 192.168.86.200 172.16.16.200
ip route 0.0.0.0 0.0.0.0 192.168.86.1 10
ip route 0.0.0.0 0.0.0.0 192.168.1.1 50
!
!
!
!
!
!
!
control-plane
!
!
!
!
mgcp profile default
!
!
!
!
!
!
line con 0
password Ylinx
login
line aux 0
line vty 0 4
password Ylinx
login
transport input all
line vty 5 15
password Ylinx
login
transport input all
!
scheduler allocate 20000 1000
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment