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

Branch 2

The document contains configuration details for a network device including IP addresses, DHCP pools, routing protocols, and interfaces. DHCP pools are configured to provide addresses to VLANs 60, 70, and 80. OSPF is used for routing with multiple networks configured in area 1.
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)
30 views3 pages

Branch 2

The document contains configuration details for a network device including IP addresses, DHCP pools, routing protocols, and interfaces. DHCP pools are configured to provide addresses to VLANs 60, 70, and 80. OSPF is used for routing with multiple networks configured in area 1.
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/ 3

Building configuration...

Current configuration : 1896 bytes


!
! Last configuration change at 20:46:30 UTC Mon Nov 12 2018
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Branch2
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
!
!
!
!
!
!
!
!

!
ip dhcp excluded-address 172.16.80.1
ip dhcp excluded-address 172.16.70.1
ip dhcp excluded-address 172.16.60.1
!
ip dhcp pool VLAN60
network 172.16.60.0 255.255.255.0
default-router 172.16.60.1
!
ip dhcp pool VLAN7-
!
ip dhcp pool VLAN70
network 172.16.70.0 255.255.255.0
default-router 172.16.70.1
!
ip dhcp pool VLAN80
network 172.16.80.0 255.255.255.0
default-router 172.16.80.1
!
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
no ip address
!
interface Ethernet0/0.1
encapsulation dot1Q 1 native
ip address 172.16.104.1 255.255.255.0
!
interface Ethernet0/0.60
encapsulation dot1Q 60
ip address 172.16.60.1 255.255.255.0
!
interface Ethernet0/0.70
encapsulation dot1Q 70
ip address 172.16.70.1 255.255.255.0
!
interface Ethernet0/0.80
encapsulation dot1Q 80
ip address 172.16.80.1 255.255.255.0
!
interface Ethernet0/1
ip address 172.16.12.1 255.255.255.252
!
interface Ethernet0/2
ip address 172.16.11.2 255.255.255.252
!
interface Ethernet0/3
no ip address
shutdown
!
router ospf 10
network 172.16.11.0 0.0.0.3 area 1
network 172.16.12.0 0.0.0.3 area 1
network 172.16.60.0 0.0.0.255 area 1
network 172.16.70.0 0.0.0.255 area 1
network 172.16.80.0 0.0.0.255 area 1
network 172.16.104.0 0.0.0.255 area 1
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
transport input none
!
!
end

You might also like