0% found this document useful (0 votes)
56 views1 page

Cisco OLT Configuration Commands

The document outlines the configuration commands for a Cisco OLT, including initial setup, network interface configuration, PON port setup, ONU registration, VLAN and service profile creation, and QoS implementation. It provides specific commands for each step, such as enabling the device, configuring interfaces, and applying service profiles. Finally, it emphasizes the importance of saving the configuration to memory.

Uploaded by

Godwin Magaba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views1 page

Cisco OLT Configuration Commands

The document outlines the configuration commands for a Cisco OLT, including initial setup, network interface configuration, PON port setup, ONU registration, VLAN and service profile creation, and QoS implementation. It provides specific commands for each step, such as enabling the device, configuring interfaces, and applying service profiles. Finally, it emphasizes the importance of saving the configuration to memory.

Uploaded by

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

Cisco OLT Configuration Commands

--------------------------------

1. Initial Setup
----------------
enable
configure terminal
hostname [OLT_Name]
no ip domain-lookup

2. Network Interface Configuration (Uplink)


-------------------------------------------
interface TenGigabitEthernet 0/1
description Uplink to Core Router
switchport mode trunk
switchport trunk allowed vlan all
no shutdown

3. PON Port Configuration


--------------------------
interface gpon 0/1
description GPON Port 1
no shutdown

4. ONU Registration
-------------------
pon onu add gpon 0/1 onu-id 1 sn GPON12345678
description ONU at Customer Site A

5. VLAN and Service Profiles


-----------------------------
vlan 100
name Internet

vlan 200
name Voice

onu profile create internet-profile


vlan 100
service internet
exit

interface gpon 0/1 onu 1


onu-profile apply internet-profile

6. QoS and Traffic Shaping


---------------------------
policy-map CUSTOMER-QOS
class class-default
police 20 Mbps

7. Save Configuration
----------------------
write memory

You might also like