当前位置:网站首页>Lldp compatible CDP function configuration
Lldp compatible CDP function configuration
2022-07-07 01:08:00 【Weisi xmws】
Configuration requirements
Device A Through interface GigabitEthernet1/0/1 and GigabitEthernet1/0/2 Respectively with two Cisco Of IP Telephone connection , These two IP Sent by phone Tagged Voice data .
stay Device A On the configuration VLAN ID by 2 Of Voice VLAN, By means of Device A On the configuration LLDP compatible CDP Function makes IP The call is complete Voice VLAN Automatic configuration of , So that the voice data flow is limited to Voice VLAN Inside , Separate from other data streams .
Networking diagram

chart 1-6 LLDP compatible CDP Function Configuration Networking diagram
Configuration steps
(1) stay Device A On the configuration Voice VLAN
# establish VLAN 2.
<DeviceA> system-view
[DeviceA] vlan 2
[DeviceA-vlan2] quit
# Interface GigabitEthernet1/0/1 and GigabitEthernet1/0/2 Configure to Trunk port , And open Voice VLAN function .
[DeviceA] interface gigabitethernet 1/0/1
[DeviceA-GigabitEthernet1/0/1] port link-type trunk
[DeviceA-GigabitEthernet1/0/1] voice-vlan 2 enable
[DeviceA-GigabitEthernet1/0/1] quit
[DeviceA] interface gigabitethernet 1/0/2
[DeviceA-GigabitEthernet1/0/2] port link-type trunk
[DeviceA-GigabitEthernet1/0/2] voice-vlan 2 enable
[DeviceA-GigabitEthernet1/0/2] qui
(2) stay Device A On the configuration LLDP compatible CDP function
# Global on LLDP Functions and LLDP compatible CDP function .
[DeviceA] lldp global enable
[DeviceA] lldp compliance cdp
# At the interface GigabitEthernet1/0/1 and GigabitEthernet1/0/2 On each side of the screen LLDP function ( This step can be omitted ,LLDP The function is enabled by default on the interface ), To configure LLDP The working mode is TxRx, And configuration LLDP compatible CDP The working mode of the function is TxRx.
[DeviceA] interface gigabitethernet 1/0/1
[DeviceA-GigabitEthernet1/0/1] lldp enable
[DeviceA-GigabitEthernet1/0/1] lldp admin-status txrx
[DeviceA-GigabitEthernet1/0/1] lldp compliance admin-status cdp txrx
[DeviceA-GigabitEthernet1/0/1] quit
[DeviceA] interface gigabitethernet 1/0/2
[DeviceA-GigabitEthernet1/0/2] lldp enable
[DeviceA-GigabitEthernet1/0/2] lldp admin-status txrx
[DeviceA-GigabitEthernet1/0/2] lldp compliance admin-status cdp txrx
[DeviceA-GigabitEthernet1/0/2] quit
# Show Device A Neighbor information on .
[DeviceA] display lldp neighbor-information
CDP neighbor-information of port 1[GigabitEthernet1/0/1]:
LLDP agent nearest-bridge:
CDP neighbor index : 1
Chassis ID : SEP00141CBCDBFE
Port ID : Port 1
CDP neighbor-information of port 2[GigabitEthernet1/0/2]:
LLDP agent nearest-bridge:
CDP neighbor index : 2
Chassis ID : SEP00141CBCDBFF
Port ID : Port
thus it can be seen ,Device A It has been found that they are respectively connected to the interface GigabitEthernet1/0/1 and GigabitEthernet1/0/2 Upper IP Telephone , And get the relevant equipment information .
边栏推荐
- Telerik UI 2022 R2 SP1 Retail-Not Crack
- 深度学习简史(二)
- UI控件Telerik UI for WinForms新主题——VS2022启发式主题
- 【JVM调优实战100例】04——方法区调优实战(上)
- Mongodb client operation (mongorepository)
- Let's talk about 15 data source websites I often use
- The printf function is realized through the serial port, and the serial port data reception is realized by interrupt
- Trace tool for MySQL further implementation plan
- A brief history of deep learning (I)
- 深度学习简史(一)
猜你喜欢

第五篇,STM32系统定时器和通用定时器编程

Configuring the stub area of OSPF for Huawei devices

Linear algebra of deep learning

Provincial and urban level three coordinate boundary data CSV to JSON

BFS realizes breadth first traversal of adjacency matrix (with examples)

"Exquisite store manager" youth entrepreneurship incubation camp - the first phase of Shunde market has been successfully completed!

pytorch之数据类型tensor
深入探索编译插桩技术(四、ASM 探秘)

Telerik UI 2022 R2 SP1 Retail-Not Crack
![[100 cases of JVM tuning practice] 05 - Method area tuning practice (Part 2)](/img/40/dc45df3cd3ee7642277eff899bc6aa.png)
[100 cases of JVM tuning practice] 05 - Method area tuning practice (Part 2)
随机推荐
Part V: STM32 system timer and general timer programming
[force buckle]41 Missing first positive number
「笔记」折半搜索(Meet in the Middle)
Batch obtain the latitude coordinates of all administrative regions in China (to the county level)
界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
Trace tool for MySQL further implementation plan
Openjudge noi 1.7 08: character substitution
[Niuke classic question 01] bit operation
Data processing of deep learning
Building a dream in the digital era, the Xi'an station of the city chain science and Technology Strategy Summit ended smoothly
Chapter 5 DML data operation
What kind of experience is it to realize real-time collaboration in jupyter
[user defined type] structure, union, enumeration
【批处理DOS-CMD命令-汇总和小结】-字符串搜索、查找、筛选命令(find、findstr),Find和findstr的区别和辨析
Installation and testing of pyflink
How do novices get started and learn PostgreSQL?
Dynamic planning idea "from getting started to giving up"
[batch dos-cmd command - summary and summary] - view or modify file attributes (attrib), view and modify file association types (Assoc, ftype)
tensorflow 1.14指定gpu运行设置
在jupyter中实现实时协同是一种什么体验