Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Current configuration : 1805 bytes
- !
- version 12.4
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname r1841
- !
- boot-start-marker
- boot-end-marker
- !
- logging buffered 4096
- enable secret 5 $1$/!!o$Og4xq!!Rq2aV.NDSY!!8v0
- !
- no aaa new-model
- no ip cef
- !
- !
- no ip dhcp use vrf connected
- ip dhcp excluded-address 192.168.0.129
- !
- ip dhcp pool 192.
- import all
- network 192.168.0.0 255.255.255.0
- default-router 192.168.0.129
- dns-server 8.8.8.8 8.8.4.4
- class class1
- address range 192.168.0.130 192.168.0.130
- !
- !
- ip dhcp class class1
- !
- no ip domain lookup
- ip ssh version 2
- !
- multilink bundle-name authenticated
- !
- !
- !
- !
- username johndoe privilege 15 secret 5 $1$!!Vb$fBQ!!CfEfpL6Kz!!Ol/pR1
- !
- !
- !
- bridge irb
- !
- !
- !
- interface FastEthernet0/0
- description LAN
- ip address 192.168.0.129 255.255.255.0
- ip nat inside
- no ip virtual-reassembly
- duplex auto
- speed auto
- !
- interface FastEthernet0/1
- no ip address
- shutdown
- duplex auto
- speed auto
- !
- interface ATM0/0/0
- no ip address
- no atm ilmi-keepalive
- dsl operating-mode splitterless
- bridge-group 1
- pvc 8/35
- encapsulation aal5snap
- !
- !
- interface BVI1
- mac-address 0000.0c5c.14d4
- ip address dhcp client-id FastEthernet0/0
- ip nat outside
- ip virtual-reassembly
- !
- ip route 0.0.0.0 0.0.0.0 184.4.200.1
- ip route 184.4.200.0 255.255.248.0 0.0.0.0
- ip route 192.168.0.0 255.255.255.0 0.0.0.0
- !
- !
- no ip http server
- no ip http secure-server
- ip nat inside source list 2 interface BVI1 overload
- !
- access-list 2 permit 192.168.0.0 0.0.0.255
- !
- !
- !
- !
- !
- !
- control-plane
- !
- bridge 1 protocol ieee
- bridge 1 route ip
- !
- !
- line con 0
- logging synchronous
- line aux 0
- line vty 0 4
- password ########
- login local
- !
- scheduler allocate 20000 1000
- end
Advertisement
Add Comment
Please, Sign In to add comment