cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
1
Replies

Help to my config, OSPF, DHCP 2596

edinross11
Level 1
Level 1

There is something went wrong in my config, but I cant find the problem

THESE ARE MY BASIC CONFIG:

hostname Router1

line console 0

password passwd

 

login

line vty 0 15

password passwd

login

logging synchronous

enable password passwd

enable secret passwd

service passwod-encryption

banner motd #Only With Access!#

no ip domain-lookup

username admin privilege 15 secret passwd

line vty 0 15

privilege level 15

login local

ip ospf hello-interval 15

ip ospf dead-interval 50

THESE ARE MY DHCP SETTINGS

Is it possible that I missspell something

R1(config)#ip dhcp pool lan1
R1(config-dhcp)#network 192.168.0.0 255.255.255.0
R1(config-dhcp)#default-router 192.168.0.1
R1(config-dhcp)#dns-server 1.2.3.4
R1(config-dhcp)#lease 1 12 30
R1(config-dhcp)#domain-name example.com
R1(config-dhcp)#option 150 ip 192.168.0.1
R1(config)#ip dhcp excluded-address 192.168.0.1 192.168.0.10

 MY OSPF SETTINGS

 

OSPF protokoll:
router ospf 1
network 192.168.1.0 0.0.0.255 area 0
network 192.168.13.0 0.0.0.255 area 0
router-id 1.1.1.10
passive-interface fa0/1
exit
R1(config-router)#log-adjacency-changes R1(config-router)#network 195.220.123.0 0.0.0.255 area 0
R1(config-router)#router-id 1.1.1.10 R1(config-router)#exit

R1(config-router)#area 0 authentication
R1(config-if)#ip ospf authentication-key PASSWD
R1(config-router)#area 0 authentication message-digest
R1(config-if)#ip ospf message-digest-key 1 md5 PASSWD Router ID R1(config-router)#router-id 200.0.0.1 R1(config-if)#bandwith 115000
R1(config-if)#ip ospf priority 100 R1(config-if)#ip ospf cost 100
___

interface s0/0/0
ip ospf hello-interval 15
ip ospf dead-interval 60
ip ospf message-digest-key 1 md5 R1-R2
interface s0/0/1
ip ospf message-digest-key 1 md5 R2-R3
exit
router ospf 1
area 0 authentication message-digest
___
R1#sh ip ospf interface R1#sh ip ospf neighbour [detail] R1#debug ip ospf adj | events
1 Reply 1

Ospf or telnet not work if you dont specify IP to interface.