Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Current configuration : 2126 bytes
- !
- upgrade fpd auto
- version 15.2
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname R5
- !
- boot-start-marker
- boot-end-marker
- !
- !
- !
- no aaa new-model
- no ip icmp rate-limit unreachable
- !
- !
- !
- ip dhcp database ftp://sib:123@10.17.1.3/ftp_dir/router5
- ip dhcp excluded-address 10.18.1.1 10.18.1.20
- ip dhcp excluded-address 10.18.2.1 10.18.2.20
- ip dhcp excluded-address 10.18.3.1 10.18.3.20
- !
- ip dhcp pool 1
- network 10.18.1.0 255.255.255.0
- default-router 10.18.1.6
- dns-server 8.8.8.8
- domain-name bstu.ru
- !
- ip dhcp pool 2
- network 10.18.2.0 255.255.255.0
- default-router 10.18.2.6
- dns-server 8.8.8.8
- domain-name bstu.ru
- !
- ip dhcp pool 3
- network 10.18.3.0 255.255.255.0
- default-router 10.18.3.6
- dns-server 8.8.8.8
- domain-name bstu.ru
- !
- ip dhcp pool sb
- origin file ftp://sib:123@10.17.1.3/ftp_dir/sb-r5
- !
- !
- interface FastEthernet0/0
- ip address 10.21.0.6 255.255.0.0
- duplex auto
- speed auto
- !
- interface FastEthernet0/1
- ip address 10.18.1.6 255.255.255.0
- duplex auto
- speed auto
- !
- interface FastEthernet1/0
- ip address 10.18.2.6 255.255.255.0
- duplex auto
- speed auto
- !
- interface FastEthernet1/1
- ip address 10.18.3.6 255.255.255.0
- duplex auto
- speed auto
- !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement