Friday, July 23, 2021
Tentang Koneksi Internet lewat Indihome atau ISP Berbasis FTTH, Kelebihan dan Kekurangannya!
Non Config Command in Ciena 5162
Warning: It's just Personal Note !!!
CIENA-5162> show system components (To Check Ciena Hardware Version)
CIENA-5162> show software (Check Software Version - Running package version-SAOS)
CIENA-5162> show license (To Check Available License)
CIENA-5162> log view events (Check Log)
CIENA-5162> show system clock (To See Clock and Date)
CIENA-5162> show system uptime (Check Uptime)
CIENA-5162> show xcvrs (Check Port Status)
CIENA-5162> show xcvrs xcvr 41 (Check Detail Port and Optical)
CIENA-5162> show ospf areas
CIENA-5162> show ospf instance
CIENA-5162> show ospf interfaces
CIENA-5162> show ospf neighbors
CIENA-5162> search cli keyword <keyword> (To Search with Keyword)
CIENA-5162> show ip interfaces brief (To See IP interface)
CIENA-5162> user who (To See All Users)
CIENA-5162> user whoami (To See Our Privilege User)
CIENA-5162> show forwarding-domains (To See Available Sercvices, Such as VPLS)
CIENA-5162> show mac-fdbs forwarding-domain <TAB> (To See Mac Based on VPLS)
fd-DCN fd-LL-BPD fd-vlan1000 remote-fd untagged_p41
CIENA-5162> show pseudowires
CIENA-5162> show pseudowires pseudowire 21410802
CIENA-5162> show l2vpn-services
CIENA-5162> show l2vpn-services l2vpn vlan1000
CIENA-5162> ping ip destination 10.48.5.2
Temukan Artikel lainnya terkait Routing dan Switching di List All Articles Routing & Switching CIENA/CISCO/RAISECOM/BROCADE in This Blog [Updated]
Friday, July 16, 2021
Make Path - Tunnel - L2VPN PW-Class (VPLS & VLL) In Cisco ASR 9006
Make Path:
explicit-path name TO-JKT-CES-1-PRI
index 1 next-address strict ipv4 unicast 10.49.1.54
index 2 next-address strict ipv4 unicast 10.49.1.6
index 3 next-address strict ipv4 unicast 10.49.4.242
index 4 next-address strict ipv4 unicast 10.49.3.94
!
explicit-path name TO-JKT-CES-1-SEC
index 1 next-address loose ipv4 unicast 10.48.1.6
!
Make Tunnel:
interface tunnel-te129
description TUN-JKT-CES-1
ipv4 unnumbered Loopback0
signalled-name TUN-JKT-CES-1
destination 10.48.1.6
path-protection
!
path-option 10 explicit name TO-JKT-CES-1-PRI
path-option 20 explicit name TO-JKT-CES-1-SEC
!
L2VPN PW-Class:
l2vpn
pw-class VPLS-TO-CES-1
encapsulation mpls
preferred-path interface tunnel-te 129
!
!
Make VPLS:
RP/0/RSP0/CPU0:JKT-C-1(config)#l2vpn
RP/0/RSP0/CPU0:JKT-C-1(config-l2vpn)#bridge group VPLS-LL_SW-10G
RP/0/RSP0/CPU0:JKT-C-1(config-l2vpn-bg)#bridge-domain VPLS_LL_CUSTOMER_21010741
RP/0/RSP0/CPU0:JKT-C-1(config-l2vpn-bg-bd)#vfi VPLS_LL_CUSTOMER_OFFICE
RP/0/RSP0/CPU0:JKT-C-1(config-l2vpn-bg-bd-vfi)#neighbor 10.48.1.6 pw-id 21010741
RP/0/RSP0/CPU0:JKT-C-1(config-l2vpn-bg-bd-vfi-pw)#pw-class VPLS-TO-CES-1
Konfigurasi yang terpasang:
Non Config Command Cisco ASR 9006
Warning: It's just Personal Note !!!
RP/0/RSP0/CPU0:JKT-C-1#show inventory (Check Device Attached to Port)
RP/0/RSP0/CPU0:JKT-C-1#show interfaces brief (Show Interface with MTU and Bandwith Capacity)
RP/0/RSP0/CPU0:JKT-C-1#show interfaces description (Show interface)
RP/0/RSP0/CPU0:JKT-C-1#show mpls interfaces
RP/0/RSP0/CPU0:JKT-C-1#show mpls traffic-eng topology path destination 10.48.1.6 (Ted Path)
RP/0/RSP0/CPU0:JKT-C-1#show ospf neighbor
RP/0/RSP0/CPU0:JKT-C-1#show controllers tenGigE0/0/0/18 (Show Optic)
RP/0/RSP0/CPU0:JKT-C-1#show mpls traffic-eng tunnels brief role head | in 10.48.1.6 (Show and Search LSP with IP)
RP/0/RSP0/CPU0:JKT-C-1#show mpls traffic-eng tunnels role head signame | in JKT-C- (Show and Search LSP with Name)
RP/0/RSP0/CPU0:JKT-C-1#show l2vpn xconnect group VLL-LL_SW-10G (Show VLL Connection)
RP/0/RSP0/CPU0:JKT-C-1#show l2vpn forwarding bridge-domain location 0/RP0/CPU0 (Show All VPLS)
RP/0/RSP0/CPU0:JKT-C-1#show l2vpn forwarding bridge-domain mac-address location 0/0/CPU0 (Show Mac Address All)
RP/0/RSP0/CPU0:JKT-C-1#show l2vpn forwarding bridge-domain VPLS-LL_SW-10G:VPLS_LL_CUSTOMER_21010741 mac-address location 0/0/CPU0 (Show Mac Address Per VPLS)
RP/0/RSP0/CPU0:JKT-C-1#show l2vpn bridge-domain bd-name VPLS_MNGMT_21210097 (Show VPLS with Name)
RP/0/RSP0/CPU0:JKT-C-1#show l2vpn bridge-domain pw-id 21010741 (Show VPLS with VPLS ID)
Temukan Artikel lainnya terkait Routing dan Switching di List All Articles Routing & Switching CIENA/CISCO/RAISECOM/BROCADE in This Blog [Updated]