Projet

Général

Profil

Comment se connecter à un ONT SFR » Historique » Version 3

François FIORE, 12/03/2019 00:57

1 1 François FIORE
h1. Comment se connecter à un ONT SFR
2 1 François FIORE
3 1 François FIORE
La méthode fonctionne normalement sur l'ensemble des ONT actuellement distribués par SFR, dans mon cas j'ai fait le test avec un modèle AlticeLabs.
4 1 François FIORE
L'ONT est configuré par défaut pour être accessible sur l'adresse 192.168.4.254, à priori on ne peut pas la changer (et il ne vaut mieux pas trop y toucher, sait-on jamais), par défaut la box distribuée par SFR ne donne pas accès à ce sous-réseau, elle l'utilise pour dialoguer avec l'ONT et afficher ses statistiques.
5 1 François FIORE
*/!\ Par défaut la box d'SFR route certains sous-réseaux privés (par exemple 192.168.4.0/24) ver l'infrastructure SFR, si vous effectuez un "ping" ver 192.168.4.254 en étant connecté derrière la box il y aura une réponse, mais ce ne sera pas celle de l'ONT, mais l'infrastructure d'SFR qui répondra, on peut le reconnaître à la latence, le temps de réponse de l'ONT oscille entre ~1-4ms, alors que l'infrastructure d'SFR oscille entre ~10-12ms (testé depuis Toulouse, le serveur qui répond est probablement dans la région parisienne) /!\*
6 1 François FIORE
L'accès à l'ONT peut être utile si on remplace la box distribuée par SFR par un autre routeur, en s'y connectant dessus, on peut par exemple connaitre l'etat de la liaison Gpon, etc ...
7 1 François FIORE
8 1 François FIORE
Source : https://lafibre.info/remplacer-sfr/captures-de-linterface-du-mini-ont-sfr/
9 1 François FIORE
10 1 François FIORE
ssh admin4me@192.168.4.254
11 1 François FIORE
12 1 François FIORE
Password : connect4you@support
13 1 François FIORE
14 1 François FIORE
Commandes : 
15 1 François FIORE
show gpon type
16 1 François FIORE
show gpon slid
17 1 François FIORE
show gpon sn
18 1 François FIORE
show firmware version
19 1 François FIORE
show gpon RSSI
20 1 François FIORE
show led
21 1 François FIORE
show uptime
22 1 François FIORE
show download status
23 1 François FIORE
show gpon ranging state
24 1 François FIORE
show gpon status
25 1 François FIORE
26 1 François FIORE
Exemple :
27 1 François FIORE
> show gpon type
28 1 François FIORE
ONT type: I-010G-Q
29 1 François FIORE
> show gpon slid
30 1 François FIORE
        GPON SLID(HEX)   = ****************0000
31 1 François FIORE
        GPON SLID(ASCII) = ********
32 1 François FIORE
> show gpon sn
33 1 François FIORE
    Label Serial Number = UA****************************
34 1 François FIORE
    GPON Serial Number(HEX)   = 414C434C********
35 1 François FIORE
    GPON Serial Number(ASCII) = ALCL********
36 1 François FIORE
> show firmware version
37 2 François FIORE
Active software : 3FE7SW04030009
38 2 François FIORE
Passive software: 3FE7SW0401001C
39 1 François FIORE
> show gpon RSSI
40 1 François FIORE
receive RSSI = -21.89114 dBm
41 1 François FIORE
transmit RSSI = 2.99774 dBm
42 1 François FIORE
Bias Current = 7.99 mA
43 1 François FIORE
Temperature = 39.000000 (C)
44 1 François FIORE
Vcc = 3.299990 (C)
45 1 François FIORE
> show led
46 1 François FIORE
           EQPT        PON        MGNT        LAN        ALM
47 1 François FIORE
===================================================================
48 1 François FIORE
COLOR      GREEN       GREEN      GREEN       GREEN      OFF
49 1 François FIORE
CURSTATE   ON          ON         ON          ON         OFF
50 1 François FIORE
PRESTATE   ON          ON         ON          ON         OFF
51 1 François FIORE
LEDSTATE               SOLID      SOLID
52 1 François FIORE
> show uptime
53 1 François FIORE
The system has been start ** day ** hours ** minutes ** seconds...
54 1 François FIORE
> show download status
55 1 François FIORE
Software Download: State = Idle
56 1 François FIORE
> show gpon ranging state
57 1 François FIORE
RANGING STATE =IS
58 1 François FIORE
> show gpon status
59 1 François FIORE
show gpon status
60 1 François FIORE
ONT State               Status
61 1 François FIORE
EQUIPMENT_POWERED       ACTIVE
62 1 François FIORE
LANLOS                  INACTIVE
63 1 François FIORE
LOSS_OF_FRAME           INACTIVE
64 1 François FIORE
LOSS-OF_GEM             INACTIVE
65 1 François FIORE
LOSS_OF_SIGNAL          INACTIVE
66 1 François FIORE
MSG_ERROR_MSG           INACTIVE
67 1 François FIORE
OMCC_NOT_ASSIGNED       INACTIVE
68 1 François FIORE
ONT_DEACTIVATE          INACTIVE
69 1 François FIORE
ONT_RANGED              ACTIVE
70 1 François FIORE
PHY_EQPT_ERROR_IN       INACTIVE
71 1 François FIORE
PHYSICALEQUIPMENTERROR  INACTIVE
72 1 François FIORE
PON-HIGH                INACTIVE
73 1 François FIORE
PON-LOW                 INACTIVE
74 1 François FIORE
RDI                     INACTIVE
75 1 François FIORE
SIGNAL_DEGRADED         INACTIVE
76 1 François FIORE
SIGNAL_FAILED           INACTIVE
77 1 François FIORE
STARTUP_FAILURE         INACTIVE
78 1 François FIORE
SW_DLD_DONE             INACTIVE
79 1 François FIORE
SW_DLD_FAIL             INACTIVE
80 1 François FIORE
SW_DLD_IDLE             ACTIVE
81 1 François FIORE
SW_DLD_IP               INACTIVE
82 1 François FIORE
SW_DLD_START            INACTIVE
83 1 François FIORE
84 1 François FIORE
> help
85 1 François FIORE
CONTEXT SENSITIVE HELP
86 1 François FIORE
[?] - Display context sensitive help. This is either a list of possible
87 1 François FIORE
      command completions with summaries, or the full syntax of the
88 1 François FIORE
      current command. A subsequent repeat of this key, when a command
89 1 François FIORE
      has been resolved, will display a detailed reference.
90 1 François FIORE
AUTO-COMPLETION
91 1 François FIORE
The following keys both perform auto-completion for the current command line.
92 1 François FIORE
If the command prefix is not unique then the bell will ring and a subsequent
93 1 François FIORE
repeat of the key will display possible completions.
94 1 François FIORE
[enter] - Auto-completes, syntax-checks then executes a command. If there is
95 1 François FIORE
          a syntax error then offending part of the command line will be
96 1 François FIORE
          highlighted and explained.
97 1 François FIORE
[space] - Auto-completes, or if the command is already resolved inserts a space.
98 1 François FIORE
[tab]   - Same as [space].
99 1 François FIORE
>
100 1 François FIORE
exit        Exit the CLI session
101 1 François FIORE
help        Display the CLI syntax
102 1 François FIORE
ping        Ping
103 1 François FIORE
reboot      Reboot the modem
104 1 François FIORE
set         Setting the GPON serial number and SLID
105 1 François FIORE
shell       Launch a full shell
106 1 François FIORE
show        Show sysinfo/cpu/memory/mac/interface/gpon information
107 1 François FIORE
system      System Configuration
108 1 François FIORE
telnet      telnet
109 1 François FIORE
traceroute  Traceroute
110 2 François FIORE
111 2 François FIORE
112 2 François FIORE
113 3 François FIORE
*Édition du Mardi 12/03/2019 à ~00h47, je constate que l’ONT a redémarré tous seul, et une nouvelle version de son firmware est installée, la coupure de connexion aura durée environ ~10 minutes.
114 3 François FIORE
Je constate au passage que l’ONT peut se mettre à jour malgré le fait que j’utilise mon propre routeur et que la box d’SFR ne soit pas connectée.*
115 2 François FIORE
116 2 François FIORE
> show gpon type
117 2 François FIORE
show gpon type
118 2 François FIORE
ONT type: I-010G-Q
119 2 François FIORE
> show firmware version
120 2 François FIORE
show firmware version
121 2 François FIORE
122 2 François FIORE
Active software : 3FE7SWS4040018
123 2 François FIORE
Passive software: 3FE7SW04030009
124 2 François FIORE
125 2 François FIORE
> show gpon RSSI
126 2 François FIORE
show gpon RSSI
127 2 François FIORE
receive RSSI = -21.79491 dBm
128 2 François FIORE
transmit RSSI = 2.99721 dBm
129 2 François FIORE
Bias Current = 7.99 mA
130 2 François FIORE
Temperature = 40.000000 (C)
131 2 François FIORE
Vcc = 3.299990 (C)
132 2 François FIORE
> show led
133 2 François FIORE
show led
134 2 François FIORE
135 2 François FIORE
           EQPT        PON        MGNT        LAN        
136 2 François FIORE
=========================================================
137 2 François FIORE
COLOR      GREEN       GREEN      GREEN       GREEN      
138 2 François FIORE
CURSTATE   ON          ON         ON          ON         
139 2 François FIORE
PRESTATE   ON          ON         ON          ON         
140 2 François FIORE
LEDSTATE   SOLID       SOLID      SOLID       SOLID      
141 2 François FIORE
142 2 François FIORE
143 2 François FIORE
> show uptime
144 2 François FIORE
show uptime
145 2 François FIORE
The system has been start 22 minutes 8 seconds...
146 2 François FIORE
> show download status
147 2 François FIORE
show download status
148 2 François FIORE
Software Download: State = Idle
149 2 François FIORE
> show gpon ranging state
150 2 François FIORE
show gpon ranging state
151 2 François FIORE
RANGING STATE =O5
152 2 François FIORE
> show gpon status
153 2 François FIORE
show gpon status
154 2 François FIORE
ONT State               Status
155 2 François FIORE
EQUIPMENT_POWERED       ACTIVE
156 2 François FIORE
LANLOS                  INACTIVE
157 2 François FIORE
LOSS_OF_FRAME           INACTIVE
158 2 François FIORE
LOSS-OF_GEM             INACTIVE
159 2 François FIORE
LOSS_OF_SIGNAL          INACTIVE
160 2 François FIORE
MSG_ERROR_MSG           INACTIVE
161 2 François FIORE
OMCC_NOT_ASSIGNED       INACTIVE
162 2 François FIORE
ONT_DEACTIVATE          INACTIVE
163 2 François FIORE
ONT_RANGED              ACTIVE
164 2 François FIORE
PHY_EQPT_ERROR_IN       INACTIVE
165 2 François FIORE
PHYSICALEQUIPMENTERROR  INACTIVE
166 2 François FIORE
PON-HIGH                INACTIVE
167 2 François FIORE
PON-LOW                 INACTIVE
168 2 François FIORE
RDI                     INACTIVE
169 2 François FIORE
SIGNAL_DEGRADED         INACTIVE
170 2 François FIORE
SIGNAL_FAILED           INACTIVE
171 2 François FIORE
STARTUP_FAILURE         INACTIVE
172 2 François FIORE
SW_DLD_DONE             INACTIVE
173 2 François FIORE
SW_DLD_FAIL             INACTIVE
174 2 François FIORE
SW_DLD_IDLE             ACTIVE
175 2 François FIORE
SW_DLD_IP               INACTIVE
176 2 François FIORE
SW_DLD_START            INACTIVE