NIM-16A
思科路由器专用模块:NIM-16A 16 Channel Async serial interface for ISR4000 series router
思科异步串行NIM-16/24端口是思科4000系列ISR支持的多协议异步串行网络接口模块(NIM)。该模块允许思科4000系列ISR平台作为终端服务器,对网络中的其他网络和服务器设备进行带外管理。其功能与ISR-G1和ISR-G2系列的HWIC-16A模块一致。
NIM-16A
SKUs
Description
Supported Interfaces
NIM-16A
16-Port Async Serial NIM
RS232
NIM-24A
24-Port Async Serial NIM
RS232
安装配置:
安装配置:
Perform the following steps to configure. In the below mentioned configuration steps a basic terminal server function is configured using default parameters.
From privileged EXEC mode, enter the configure command.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#ip vrf Mgmt-intf
!--- If not done already, create management vrf globally (in this example vrf Mgmt-intf )
router(config-vrf)#interface GigabitEthernet0
router(config-if)#vrf forwarding Mgmt-intf
!--- Assign interface GigabitEthernet0 to vrf Mgmt-intf
router(config-if)#ip address 10.75.163.95 255.255.255.0
!--- Use a public IP address to ensure connectivity
router(config-if)#ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 10.75.163.1
!--- configure correct route to gateway in vrf Mgmt-intf
router(config)#line 0/1/0
!--- switch to Line configuration mode for asynchronous port configuration
router(config-line)#transport input all
!--- Defines the protocols to use when connecting to a specific line of the device. In this case all protocols (default)
router(config-line)#no exec
!--- Allow an outgoing connection only