Hierbij dan de config.
yourname#show running-config
Building configuration...
Current configuration : 2505 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
username cisco privilege 15 password 0 xxxx (ons wachtwoord)
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
ip domain name yourdomain.com
!
!
ip cef
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
!
no crypto isakmp enable
!
bridge irb
!
!
interface BRI0
no ip address
shutdown
no cdp enable
!
interface FastEthernet0
description Internet
mac-address xxxx.xxxx.xxxx (ons mac adres)
ip address dhcp
ip nat outside
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1
no ip address
no cdp enable
!
interface FastEthernet2
no ip address
no cdp enable
!
interface FastEthernet3
no ip address
no cdp enable
!
interface FastEthernet4
no ip address
no cdp enable
!
interface Vlan1
description Lokaal
ip address 192.168.1.251 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
!
ip default-gateway 62.XXX.XX.XXX
(hier staat ons kloppend chello IP, dus dat wwerkt
)
ip classless
ip http server
ip http authentication local
ip http secure-server
!
!
!
no cdp run
!
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Security Device Manager (CSDM) is installed on this device.
This feature requires the one time use, initial credentials,
of username "cisco" with password "cisco".
Please use these credentials to login into the router if you do not wish
to use CSDM to configure the device.
WARNING: PLEASE CHANGE OR REMOVE THESE INITIAL CREDENTIALS IF YOU DO NOT
PLAN TO USE CSDM. LEAVING THEM UNCHANGED MAY LEAD TO THE DEVICE BEING
VULNERABLE TO UNAUTHORIZED ACCESS.
You can remove these initial credentials after entering enable and
issuing the following CLI command:
no username cisco
NOTE: If you remove the initial credentials, you will NOT be able to
use CSDM until you configure a new user name.
For more information about CSDM please follow the instructions in the
QUICK START GUIDE for your router or at
https://www.cisco.com/en/US/products/
sw/secursw/ps5318/products_qanda_item09186a00801a14cc.shtml
-----------------------------------------------------------------------
^C
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet ssh
line vty 5 15
privilege level 15
login local
transport input telnet ssh
!
!
end
yourname#