sto studiando da
CCNP ROUTER 642-902 Official Certification Guide, di Wendell Odom
parlando di eigrp si parla di neighbor statici.. ma ho un problema.
secondo il libro infatti:
questo, sembra non funzionare. Sembra che non sia l'unico ad avere questo problema:Also note that the EIGRP configuration does not have to include a network command that matches the interface, EIGRP will still advertise about the subnet connected to the interface
http://networking-forum.com/viewtopic.php?t=21914
che sia un errata da segnalare?
senza il comando network, ecco cosa vedo nella config:
Codice: Seleziona tutto
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
ip address 192.168.1.2 255.255.255.252
frame-relay interface-dlci 321
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
ip classless
ip http server
!
!
line con 0
line aux 0
line vty 0 4
!
end
Codice: Seleziona tutto
Router#show ip int brief
Interface IP-Address OK? Method Status Prol
Ethernet0/0 unassigned YES unset administratively down dow
Serial0/0 unassigned YES unset up up
Serial0/0.1 192.168.1.2 YES manual up up
BRI0/0 unassigned YES unset administratively down dow
BRI0/0:1 unassigned YES unset administratively down dow
BRI0/0:2 unassigned YES unset administratively down dow
Router#conf t
Router(config)#router eigrp 9
Router(config-router)#neighbor 192.168.1.1 serial 0/0.1
EIGRP: Static nbr 192.168.1.1 already in AS 9 Serial0/0.1
Codice: Seleziona tutto
Router(config-router)#network 192.168.1.0 0.0.0.3
Router(config-router)#no auto-summary
Codice: Seleziona tutto
!
router eigrp 9
network 192.168.1.0 0.0.0.3
neighbor 192.168.1.1 Serial0/0.1
no auto-summary
!
Codice: Seleziona tutto
Router#show ip eigrp neighbors detail
IP-EIGRP neighbors for process 9
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 192.168.1.1 Se0/0.1 14 00:00:38 1 4500 0 4
Static neighbor
Version 12.2/1.2, Retrans: 2, Retries: 0
idee???