Skip to main content

Konfigurasi ERPS Switch Raisecom

 Topologi:

 

Config



#show running-config

 System current configuration:
!command in view_mode
!
!command in config_mode first-step
create vlan 21,99,555,1504 active
!
!command in aclmap_mode
!
!command in enable_mode
hostname SW1
!
!command in region_mode
!
!command in ip igmp profile mode
!
!command in evc mode
!
!command in aggregation_mode
!
!command in qos mapping mode
!
!command in wred mode
!         
!command in l2cpprofile_mode
!
!command in ethernetsam flow_mode
!
!command in ethernetsam service_mode
!
!command in sla thresholdprofile_mode
!
!command in port_mode
!
interface gigaethernet 0/1
switchport trunk allowed vlan 99,1504
description "UPLINK1"
!
interface gigaethernet 1/1
switchport trunk allowed vlan 99,1504
switchport mode trunk
description media-type copper "UPLINK2"
!
interface gigaethernet 1/2
switchport access vlan 1504
description media-type copper "ACCESS TO CUST"
!
!command in vlan configuration mode
!
vlan 21
name VRCUST
!
vlan 99
!
vlan 1504
!
!command in ip interface mode
!
interface ip 0
ip vlan 99
ip address xx.xx.xx.xx xx.xx.xx.xx
!
interface ip 1
ip vlan 1504
ip address xx.xx.xx.xx xx.xx.xx.xx  
!
!command in loopback interface mode
!
!command in traffic policer mode
!
!command in cmap_mode
!
!command in pmap_mode
!
!command in bandwidth profile mode
!
!command in hcos_mode
!
!command in hvlan_mode
!
!command in e_service_mode
!
!command in config_mode
transceiver ddm enable
management-port ip address 192.168.0.1 255.255.255.0
ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx
ntp server xx.xx.xx.xx
ethernet ring-protection 21 east gigaethernet 0/1 west gigaethernet 1/1 node-type rpl-owner rpl west protocol-vlan 21 block-vlanlist 99,1504
ethernet ring-protection 21 name VRCUST
!
!command in service_mode
!

Popular posts from this blog

KONFIGURASI VPLS DENGAN MPLS LDP DI ROUTER MIKROTIK

REVIEW MPLS What is MPLS • MPLS stands for “Multi-Protocol Label Switching”. • MPLS is best summarized as a “Layer 2.5 networking protocol”. • MPLS combines layer 2 switching technology and layer 3 routing technology so that it becomes the best network solution in solving speed, scalability, QOS (Quality of Service), and traffic engineering problems.

Command Reference Raisecom OLT

Check onu status: show epon-onu information Check mac interface vlan: show pon mac-address-table l2-address interface epon-onu 1/1/14 Mac Address     Port                      VLAN  Flag ---------------------------------------------------- 9800.7457.ccd4  onu1/1/14                 713   Hit 9800.7457.ccd3  onu1/1/14                 46    Hit   Check illegal onu: show interface epon-olt illegal-onu

Konfigurasi IP Address Static Centos 7/8

  # static IP address on CentOS 7 or RHEL 7# HWADDR=00:08:A2:0A:BA:B8 TYPE=Ethernet BOOTPROTO=none # Server IP # IPADDR=192.168.2.203 # Subnet # PREFIX=24 # Set default gateway IP # GATEWAY=192.168.2.254 # Set dns servers # DNS1=192.168.2.254 DNS2=8.8.8.8 DNS3=8.8.4.4 DEFROUTE=yes IPV4_FAILURE_FATAL=no # Disable ipv6 # IPV6INIT=no NAME=eth0 # This is system specific and can be created using 'uuidgen eth0' command # UUID=41171a6f-bce1-44de-8a6e-cf5e782f8bd6 DEVICE=eth0 ONBOOT=yes