我有几个使用 OSPF 和 PIM 的 Nexus 3100 交换机。思科表示,这些功能包含在 LAN_BASE_SERVICES_PKG 中,该 LAN_BASE_SERVICES_PKG 默认包含在交换机中。
Switch1# sh license
license_xxxxxxxxx_5_1.lic:
SERVER this_host ANY
VENDOR cisco
FEATURE LAN_BASE_SERVICES_PKG cisco 1.0 permanent uncounted \
VENDOR_STRING=<LIC_SOURCE>NEXUS_PRODUCTION</LIC_SOURCE><SKU>N3K-BAS1K9</SKU> \
HOSTID=VDH=xxxxxxxxxxx \
NOTICE=<LicFileID>201609xxxxxxx00</LicFileID><LicLineID>1</LicLineID><PAK>N3K-C3172TQ-XLxxxxxxxx</PAK> \
SIGN=xxxxxxx
Switch1# sh license usage
Feature Ins Lic Status Expiry Date Comments
Count
--------------------------------------------------------------------------------
16P_UPG_PKG No - Unused -
32P_LIC_PKG No - Unused -
NXOS_OE_PKG No - Unused -
24P_N3K_LIC_PKG No - Unused -
48P_N3K_UPG_PKG No - Unused -
LAN_BASE_SERVICES_PKG Yes - Unused Never -
LAN_ENTERPRISE_SERVICES_PKG No - Unused -
--------------------------------------------------------------------------------
虽然,如果我看到日志,我会发现这些消息:
2018 Nov 8 12:47:05.724 Switch1 [11231]: !!!!!! WARNING: 'LAN_ENTERPRISE_SERVICES_PKG' LICENSE NOT FOUND ON THE SYSTEM !!!!!!. You have tried to enable a licensed feature [ospf] without installing the 'LAN_ENTERPRISE_SERVICES_PKG'
license, which has not been found on the system.
2018 Nov 8 12:47:05.724 Switch1 [11231]: If you have enabled this feature in error, please disable the feature. If you have not purchased the license, please contact your Cisco account team to order the license. It is in violation of
Cisco's Terms of Use to use this feature without purchasing the license.
2018 Nov 8 12:47:05.724 Switch1 [11231]: !!!!!! WARNING: 'LAN_ENTERPRISE_SERVICES_PKG' LICENSE NOT FOUND ON THE SYSTEM !!!!!!. You have tried to enable a licensed feature [pim] without installing the 'LAN_ENTERPRISE_SERVICES_PKG' l
icense, which has not been found on the system.
2018 Nov 8 12:47:05.724 Switch1 [11231]: If you have enabled this feature in error, please disable the feature. If you have not purchased the license, please contact your Cisco account team to order the license. It is in violation of
Cisco's Terms of Use to use this feature without purchasing the license.
在思科NX-OS许可指南说:
三层基础服务包
LAN_BASE_SERVICES_PKG
N3K-BAS1K9
静态路由
RIPv2
EIGRP 存根
OSPFv2(有限路由)
PIMv2(稀疏模式)
笔记
Cisco Nexus 3164Q、31128PQ、3232C 和 3264Q 交换机以及处于 N9K 模式的 Cisco Nexus 3100 系列交换机运行 Cisco Nexus 9000 系列软件并遵循 Cisco Nexus 9000 许可证模型。因此,这些交换机需要第 3 层企业服务包(而不是第 3 层基本服务包)来支持路由协议。
但我已经确认我处于 N3K 模式:
Switch1# sh system switch-mode
!WARNING: switch-mode is not configured. Running in default mode.
system switch-mode n3k
的输出show version
是:
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (C) 2002-2016, Cisco and/or its affiliates.
All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under their own
licenses, such as open source. This software is provided "as is," and unless
otherwise stated, there is no warranty, express or implied, including but not
limited to warranties of merchantability and fitness for a particular purpose.
Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or
GNU General Public License (GPL) version 3.0 or the GNU
Lesser General Public License (LGPL) Version 2.1 or
Lesser General Public License (LGPL) Version 2.0.
A copy of each such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://opensource.org/licenses/gpl-3.0.html and
http://www.opensource.org/licenses/lgpl-2.1.php and
http://www.gnu.org/licenses/old-licenses/library.txt.
Software
BIOS: version 3.5.0
NXOS: version 7.0(3)I3(1)
BIOS compile time: 01/25/2016
NXOS image file is: bootflash:///nxos.7.0.3.I3.1.bin
NXOS compile time: 2/8/2016 20:00:00 [02/09/2016 05:18:17]
Hardware
cisco Nexus 3172T Chassis
Intel(R) Core(TM) i3-3227U CPU @ 2.50GHz with 8153496 kB of memory.
Processor Board ID FOC20332ZW0
Device name: Switch1
bootflash: 14900224 kB
usb1: 0 kB (expansion flash)
Kernel uptime is 4 day(s), 0 hour(s), 44 minute(s), 31 second(s)
Last reset
Reason: Unknown
System version: 7.0(3)I3(1)
Service:
plugin
Core Plugin, Ethernet Plugin
Active Package(s):
我遇到了 PIM 问题,并希望确定它们与此无关。
有没有人遇到过这个问题?