Telnet Command Gpon Ont Zte

Configure redirection ZTE OLT

Today i will discuss how to Configure redirection ZTE OLT.

Mar 29, 2017  GPON – Basic Command OLT ZTE. Checking ONT Status. OL01#sho gpon onu sta gpon-olt1/4/1 2. (you can read my other post how to block telnet from ont and open http port of ont so you can remotely) and change the wifi ssid. JNF says: March 4, 2019 at 9:49 pm. Task-1: Enter the configure terminal command to enter global configuration mode. Task-2: Enter the interface command to enter interface configuration mode. Task-3: Enter the switchport mode command to configure port VLAN mode. VLAN Add ZTE ZXA10 C220 GPON OLT-ZTE. 1 Comment cialis says: November 21, 2019 at 10:07 pm. (Gateway ONT.

Prerequisites:

  • Make sure that the network device works normally.
  • Log in to the ZXA10 C220 through HyperTerminal or Telnet.

Context:

Redirection modifies egress direction of packet according to traffic classification. The direction may be next hop, CPU or interface.

To configure the redirection, perform the following steps:

Step-1. Use the configure terminal command to enter global configuration mode.
Step-2. Use the acl command to configure ACL.
Step-3. Use the rule command to configure ACL rule.
Step-4. Use the redirect in command to configure redirection.
Step-5. Use the interface command to enter interface configuration mode.
Step-6. Use the ip access-group command to apply the ACL to port.
Example of Configure redirection ZTE OLT:

Computax software full version. Windows 7 is the new operating system by Microsoft designed to be fast, stable, fewer clicks and mature version of Windows Vista.

  • Configure redirection on uplink port 0/14/4:
  • Redirection port for packets from source IP address 168.2.5.5: 0/14/3
  • Next hop for packets from source IP address 66.100.5.6: 166.88.96.56

ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#acl extend number 100
ZXAN(config-ext-acl)#rule 1 permit ip 168.2.5.5 0.0.0.0 any
ZXAN(config-ext-acl)#rule 2 permit ip any 66.100.5.6 0.0.0.0
ZXAN(config-std-acl)#rule 3 permit any
ZXAN(config-ext-acl)#exit
ZXAN(config)#redirect in 100 rule-id 1 interface gei_0/14/3
ZXAN(config)#redirect in 100 rule-id 2 next-hop 166.88.96.56
ZXAN(config)#interface gei_0/14/4
ZXAN(config-if)#ip access-group 100 in