0% found this document useful (0 votes)
43 views3 pages

ONT Configuration Mod

The document provides a comprehensive list of commands for managing PON IPs, Zhone, and Cisco devices, including rebooting, showing interfaces, and managing VLANs. It also includes specific instructions for changing WiFi SSID and password on Zhone ONT devices. The commands are organized by device type and functionality, making it a useful reference for network management tasks.

Uploaded by

Mohamed Khaled
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views3 pages

ONT Configuration Mod

The document provides a comprehensive list of commands for managing PON IPs, Zhone, and Cisco devices, including rebooting, showing interfaces, and managing VLANs. It also includes specific instructions for changing WiFi SSID and password on Zhone ONT devices. The commands are organized by device type and functionality, making it a useful reference for network management tasks.

Uploaded by

Mohamed Khaled
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PON IPs

http://10.185.78.32/ Pon WEST


http://10.185.78.33/ PON Marina
http://10.185.78.30/ Pon DC

Zhone :
------------
To Reboot : configure terminal -- system reboot
To Show interfaces vlans : show vlan all
To Show dhcb : show interface pppoe dhcp lease table //If it (brouted) VLAN not (bridge-cpu)
To Show up ports : show interface ethernet status all
To show system info : show system info
To show mac address : show mac-address-table
show mac-address-table clear
To show voice status : show voice status
To show the interface : ( to get the IP )
DMZ : configure terminal -- interface eth0.v402.ppp
- firewall portforward dmz d 192.168.4.2
Clear DMZ : no firewall portforward dmz
Remove interface from VLAN : vlan no port eth4 103
Delete VLAN : vlan no vlan 200
Real Ip: show interface pppoe ip all
To check pppoe profile ( lock or not ): show interface pppoe config login all

CSG Commands :

show subscribers user-name ae3:2711-1427 detail |match ad (to show mac address for every ip in
CSG)

** show subscribers user-name GMARINA33316 extensive


** show firewall filter
** interface eth0.v501.ppp
**ae5:397-1458
** show subscribers address real ip
**show interface pppoe config login all
** show pppoe lockout
** clear pppoe lockout
** clear network-access aaa subscriber username SPD30A
** show interfaces pp0.3221418547 extensive (For Usage)
** show interface ethernet all

To change port from internet to IPTV :

1- vlan no vlan 501 //to remove internet vlan


2- vlan vlan brouter 401 Internet
interface eth0.v401
ip address-mode dhcp
ip nat
exit
interface brvlan401
ip address-mode static
ip address 192.168.4.1/24
ip dhcp-server enable
ip dhcp-server pool 192.168.4.2 192.168.4.254
igmp snooping
igmp proxy
exit //from our database
3- vlan port untagged eth2 238
vlan portdefaults eth2 238 1
vlan port untagged eth3 501
vlan portdefaults eth3 501 1
vlan port untagged eth4 501
vlan portdefaults eth4 501 1 //from our database

Cisco :
------------
To Reboot : management/reboot
To show WAN services : wan/show
To Show dhcb : dhcp/show // if it (IPOE) vlan not (bridge)
To Show up ports : diagnostics/show
To Show device info : device-info/show
To Show interfaces vlans : intf-grouping/show

DMZ nat/dmz-host/config --ip-address=192.168.3.3


Clear DMZ : nat/dmz-host/config --ip-address=192.168.3.250
Xto know DMZ Opend : nat/dmz-host/config/show

Remove interface from VLAN : intf-grouping/remove --group-name-to-rmv=Internet


OR : intf-grouping/remove --group-name-to-rmv=IPTV

Delete VLAN : wan/bridge/remove --if-to-rmv=veip0.1


OR : wan/ipoe/remove --if-to-rmv=veip2.5

set interfaces ae5.3950 disable


run clear dhcp server binding interface ae5.3950
delete interfaces ae5.3950

How to change Wifi SSID and PW for zhone ONT

wireless radio wl0 enable


wireless radio wl0 basic 1 enable
wireless radio wl0 basic 1 ssid OrangeTest
wireless radio wl0 security 1 passphrase 12345678

You might also like