0% found this document useful (0 votes)
50 views3 pages

! R1.Lab - Local.Ciscoconfig ! Ip Address: 172.16.1.100 ! Community: Private ! Downloaded 10/8/2012 4:01:06 PM by Solarwinds Config Transfer Engine Version 5.5.0

This document contains the configuration of a Cisco router with the hostname R1. It has interfaces configured for FastEthernet 0/0 with IP 10.0.0.100, Serial 0/0 with Frame Relay encapsulation and subinterfaces for DLCI 100 and 200 with IP addresses 172.16.1.100 and 172.16.2.100 respectively. RIP routing is enabled with networks 10.0.0.0 and 172.16.0.0 advertised. The configuration also contains other standard settings for routing, interfaces, lines and SNMP community strings.

Uploaded by

Fufu Nguyễn
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views3 pages

! R1.Lab - Local.Ciscoconfig ! Ip Address: 172.16.1.100 ! Community: Private ! Downloaded 10/8/2012 4:01:06 PM by Solarwinds Config Transfer Engine Version 5.5.0

This document contains the configuration of a Cisco router with the hostname R1. It has interfaces configured for FastEthernet 0/0 with IP 10.0.0.100, Serial 0/0 with Frame Relay encapsulation and subinterfaces for DLCI 100 and 200 with IP addresses 172.16.1.100 and 172.16.2.100 respectively. RIP routing is enabled with networks 10.0.0.0 and 172.16.0.0 advertised. The configuration also contains other standard settings for routing, interfaces, lines and SNMP community strings.

Uploaded by

Fufu Nguyễn
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

!* R1.lab.local.CiscoConfig !* IP Address : 172.16.1.100 !* Community : private !* Downloaded 10/8/2012 4:01:06 PM by SolarWinds Config Transfer Engine Version 5.5.0 !

version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! no ip domain lookup ip domain name lab.local ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

interface FastEthernet0/0
ip address 10.0.0.100 255.255.255.0 duplex auto speed auto

interface Serial0/0
no ip address encapsulation frame-relay clock rate 2000000 !

interface Serial0/0.1 point-to-point


ip address 172.16.1.100 255.255.255.0 frame-relay interface-dlci 100 !

interface Serial0/0.2 point-to-point


ip address 172.16.2.100 255.255.255.0 frame-relay interface-dlci 200 !

interface FastEthernet0/1
no ip address shutdown duplex auto speed auto !

interface Serial0/1
no ip address shutdown clock rate 2000000 !

router rip
network 10.0.0.0 network 172.16.0.0 ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! snmp-server community public RO snmp-server community private RW ! ! ! control-plane ! ! ! ! ! ! ! ! ! !

line con 0
exec-timeout 0 0 privilege level 15 logging synchronous

line aux 0
exec-timeout 0 0 privilege level 15 logging synchronous

line vty 0 4
login ! ! end

You might also like