Skip to content

alcatel 7750 lerde portun lldp konfigürasyonun incelenmesi

lldp prokolü aktif edilmiş bir ağda alcatel cihazlarda cli üzerinden lldp kontrolü aşağıdaki şekilde kontrol edilebilir.

*A:alc_7750_test# show port 3/2/12 ethernet lldp nearest-bridge remote-info detail
===============================================================================
Link Layer Discovery Protocol (LLDP) Port Information
===============================================================================
Port 3/2/12 Bridge nearest-bridge Remote Peer Information
——————————————————————————-
Remote Peer Index 3 at timestamp 12/26/2013 10:51:38:
Supported Caps : bridge router
Enabled Caps : bridge router
Chassis Id Subtype : 4 (macAddress)
Chassis Id : e8:e7:32:00:00:00
PortId Subtype : 7 (local)
Port Id : 1001
Port Description : Alcatel-Lucent 1/1
System Name : alc_6850_test
System Description : n/a

Remote Peer Index 3 management addresses at time 12/26/2013 10:51:38:
Address SubType : 1
Address : 192.168.1.82
Address If SubType : 2 Address If Id : 13604099
Address OID : n/a

——————————————————————————-
*A:alc_7750_test#

huawei ne40e de uç cihaz kontrolü – lldp

lldp protokolü aktif edilmiş bir ağda ne40e cihazlarınız varsa  cli ortamında da gerekli kontrolleri yapabiliriz.

[huawe_ne40e_test]display lldp neighbor interface GigabitEthernet 2/0/11

GigabitEthernet2/0/11 has 1 neighbor:
Neighbor 1:
ChassisIdSubtype: macAddress
ChassisId: 0819-a600-0000   <porta bağlı cihazın mac adresi>
PortIdSubtype: interfaceName
PortId: GigabitEthernet0/0/21
PortDesc: HUAWEI, Quidway Series, GigabitEthernet0/0/21 Interface
SysName: huawei_s5300_test_switch  <porta bağlı cihazın sistem adi>
SysDesc: S5328C-EI-24S    <porta bağlı cihazın sistem açıklaması – cihaz modeli>
Huawei Versatile Routing Platform Software
VRP (R) software,Version 5.70 (S5300 V100R006C00SPC800)
Copyright (C) 2003-2011 Huawei Technologies Co., Ltd.
SysCapSupported: bridge
SysCapEnabled: bridge
Management address: ipV4: 192.168.1.222    <porta bağlı cihazın yönetim ip adresi>
Expired time: 96

[huawe_ne40e_test]

nokia 6670 schematic

bir zamanlar symbian için kod yazarken edindiğim nokia 6670 in internetten bulduğun schematic dosyası.

[gview file=”/wp-content/uploads/2014/01/6670_7610_Schematics_3_0.pdf”]

Bekle dedi

Geleceğim, bekle dedi, gitti..
Ben beklemedim, o da gelmedi.
Ölüm gibi bir şey oldu..
Ama kimse ölmedi.

SIP Router Project

The SIP Router Project  is the common development framework for projects related to  SIP Express Router (aka SER), referred further as x-SER projects. The projects that joined the initiative so far are:  SIP Express Router (SER)  ““ the initial project started in 2001 (released under GPLv2 in 2002),  Kamailio (OpenSER)  ““ the project started as fork of SER in 2005 and  OpenIMSCore  ““ the IMS prototyping project branched from SER.

The latest stable branch of the project is 4.1 ““ created in December 2013. This code base is used to release  Kamailio 4.1.x  versions.

SER LogoOpenSER Logo

Since January 2010, by release of v3.0.0, SIP Express Router (SER) and Kamailio (OpenSER) are the same application, built from same source code. The differences are in database structure used to store subscriber profiles and routing information, which is a matter of what modules are used (e.g., for authentication, user location, a.s.o.). SER refers now to this application used with modules_s/auth_db module while Kamailio is same application but with modules_k/auth_db module.

The main goals for the project are:

  • bring together the developers and user communities of these projects
  • reduce maintenance overhead
  • avoid duplicated efforts in development
  • develop a core framework that is flexible, extensible and scalable
  • promote and build a solid open source SIP server project
  • ensure business credibility
  • make future forking undesirable, this harms everybody, affects credibility and business

On  October 10, 2009, source code of SER and Kamailio was completely integrated in SIP Router GIT repository and branches were created to prepare 3.0.0 releases. On  January 11, 2010, Kamailio 3.0.0 was released.

SIP Router Project Facts:

  • integration has finished ““ one source code tree for Kamailio and SER
  • single development environment for Kamailio and SER SIP servers ““ new features are available in both at once
  • releases to easy migration and maintenance depending on which project you are more familiar ““ see  releases page for more details
  • you can run mixed Kamailio and SER modules in the same SIP server instance
  • provides all features of Kamailio and SER in one SIP server
  • over 50 developers, more than 20 very active
  • over 160 extensions (modules) all together
  • command line tools (sercmd, kamctl, “¦) and web management interfaces (siremis, serweb)
  • dozens of  new features in 3.0.0 releases.
  • more feature to come in  future releases.
Back To Top