0% found this document useful (0 votes)
22 views4 pages

BR Conf

The document outlines the configuration settings for a Cisco router, including hostname, NTP server, SSH settings, and user authentication. It details interface configurations for both IPv4 and IPv6, including DHCP pools for VLANs 10 and 20, and routing protocols such as RIP and OSPF. Additionally, it includes banners for login and unauthorized access warnings.
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)
22 views4 pages

BR Conf

The document outlines the configuration settings for a Cisco router, including hostname, NTP server, SSH settings, and user authentication. It details interface configurations for both IPv4 and IPv6, including DHCP pools for VLANs 10 and 20, and routing protocols such as RIP and OSPF. Additionally, it includes banners for login and unauthorized access warnings.
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/ 4

enable

!
conf t
!
no ip domain lookup
!
hostname BR-x
!
ntp server 172.16.1.100
ntp master
clock timezone MSK 3
!
ip domain-name cisco.com
crypto key generate rsa modulus 1024
!
ip ssh version 2
!
service password-encryption
!
username ccna secret cisco
username cisco secret cisco
username HQx password cisco
!
enable secret cisco
!
line con 0
len 35
history size 255
exec-timeout 60
privilege level 15
logging synchronous
exit
!
line vty 0 15
login local
history size 255
exec-timeout 60
transport input ssh telnet
logging synchronous
exit
!
banner login %
----------------------------------------------------------------------------
|| ||
|| ||
|||| ||||
..:||||||:..:||||||:..
Cisco S y s t e m s
All unauthorized access prohibited and logged !!!
%

banner motd %
YOU ARE CONNECTED TO $(hostname)
AUTHORIZED ACCESS ONLY!!!
YOUR LINE IS $(line)

-----------------------CAFE=POD-------------------------------------------------
%
!
ipv6 unicast-routing
!
ipv6 router rip cisco
!
interface lo 0
ip add 10.100.100.100 255.255.255.255
ipv6 address 2001:DB8:1:100::1/64
!!!! GDE CAFE = POD No
!!!!!!!!!!! ipv6 ospf 1 area 0
ipv6 rip cisco enable
exit
!
interface Gi 0/0
no shutdown
des SW1-x F0/13
ip address 10.1.1.1 255.255.255.0
des SW1-11 fa 0/13
duplex full
exit
!
interface Gi 0/0.10
description vlan 10
encapsulation dot1Q 10
ip address 10.1.10.1 255.255.255.0
ipv6 address 2001:db8:CAFE:10::1/64
!!!!!!!!!!!!! ipv6 ospf 1 area 0
ipv6 rip cisco enable
exit
!
interface Gi 0/0.20
description vlan 20 Link
encapsulation dot1Q 20
ip address 10.1.20.1 255.255.255.0
ipv6 address 2001:db8:CAFE:20::1/64
!!!!!!!!!!!!ipv6 ospf 1 area 0
ipv6 rip cisco enable
! ping 172.16.1.100 source 10.1.20.1
ip helper-address 172.16.1.100
exit
!
interface Gi 0/1
no shutdown
des HQ-x G0/1
ip address 192.168.1.1 255.255.255.252
!SLAAC
ipv6 address autoconfig default
duplex full
des HQx Gi 0/1
ipv6 ena
!ipv6 add FE80::1 linklocal
!!!!!!!!!!!!!!!!!!!!! ipv6 ospf 1 area 0
ipv6 rip cisco enable
exit
!
interface s0/0/0
no shutdown
des HQ-x S0/0/0
ip add 192.168.2.1 255.255.255.252
bandwidth 64
des to HQ s0/0/0
ipv6 enable
ip ospf cost 1500
ipv6 rip cisco enable
exit
!
interface s0/0/1
shutdown
no ip address
clockrate 128000
description FRAME-RELAY s0/1/2
encapsulation frame-relay
exit
!
ip dhcp pool VLAN10
network 10.1.10.0 255.255.255.0
! default-router 10.1.10.1
option 249 ip 24.172.16.1 10.1.10.1 24.10.1.20 10.1.10.1 24.8.8.8 10.1.10.1
24.10.5.200 10.5.10.254
domain-name cisco.com
dns-server 10.5.10.254 8.8.8.8
lease 0 12
exit
!
ip dhcp excluded-address 10.1.10.0 10.1.10.99
!
ip dhcp pool VLAN20
network 10.1.20.0 255.255.255.0
! default-router 10.1.20.1
option 249 ip 24.172.16.1 10.1.20.1 24.10.1.10 10.1.20.1 24.8.8.8 10.1.20.1
24.10.5.200 10.5.10.254
domain-name specialist.ru
dns-server 10.5.10.254 8.8.8.8
lease 0 12
exit
!
ip dhcp excluded-address 10.1.20.0 10.1.20.99
!
!
router rip
ver 2
no auto
net 0.0.0.0
!
!router ospf 1
! router-id 1.1.1.2
! network 192.168.1.0 0.0.0.255 area 0
! network 192.168.2.0 0.0.0.255 area 0
! network 10.1.1.0 0.0.0.255 area 0
! network 10.1.10.0 0.0.0.255 area 0
! network 10.1.20.0 0.0.0.255 area 0
! network 10.100.100.100 0.0.0.0 area 0
! passive-interface Gi 0/0
! passive-interface Gi 0/0.10
! passive-interface Gi 0/0.20
! passive-interface Lo 0
! exit
!
!!!ipv6 router ospf 1
!!! router-id 6.6.6.1
!
!
end

You might also like