Théoriquement, l'atténuation sur la fibre devrait être d'environ 0,1 dB (il y a environ 500m de fibre, l'atténuation théorique pour une longueur d'onde de 1310 nm est de 0,2 dB/km).
Or ce n'est pas le cas ...
Il y a un raccord de 2 fibres (entre segment 1 et 2) au niveau A, cela provoque une atténuation de l'ordre de 0,02 dB.
Il y a un connecteur de fibres (entre segment 2 et segment 3) au niveau B, cela entraine une atténuation de l'odre de 0,2 dB.
Interprétation de l'OTDR |
Voila pour l'explication du problème précedent, maintenant un nouveau problème plus simple.
R1 est directement connecté à R2. Voici différents résultats de commandes tapées sur ces 2 routeurs.
R1#sh run int fa 0/0
Building configuration...
Current configuration : 151 bytes
!
interface FastEthernet0/0
description ---- To R1 F0/0
ip vrf forwarding CUST
ip address 192.168.0.0 255.255.255.254
duplex auto
speed auto
end
R2#sh run int fa 0/0
Building configuration...
Current configuration : 127 bytes
!
interface FastEthernet0/0
description ---- To R2 F0/0
ip address 192.168.0.1 255.255.255.254
duplex auto
speed auto
end
R2#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.0.1 YES manual up up
R2#show cdp neighbors detail
-------------------------
Device ID: R1
Entry address(es):
IP address: 192.168.0.0
Platform: Cisco 2691, Capabilities: Router Switch IGMP
Interface: FastEthernet0/0, Port ID (outgoing port): FastEthernet0/0
Holdtime : 168 sec
Version :
Cisco IOS Software, 2600 Software (C2691-ADVENTERPRISEK9-M), Version 12.4(21), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Thu 10-Jul-08 01:45 by prod_rel_team
advertisement version: 2
VTP Management Domain: ''
Duplex: half
R2#sh ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.0.1 YES manual up up
R1#sh ip int briefLe problème est le suivant :
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.0.0 YES manual up up
R2#ping 192.168.0.0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.0, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/6/12 ms
R1#ping 192.168.0.1Pourquoi R1 ne ping pas R2? Que faudrait-il faire pour que le ping fonctionne?
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
1 comment:
R1#ping vrf CUST 192.168.0.1
A+
Christophe
Post a Comment