Cisco Cisco Firepower Management Center 4000 User Guide

Page of 1826
 
D-36
FireSIGHT 系统用户指南
  
附录 D      命令行参考         
  配置命令
management-port
设置设备 TCP 管理端口的值。
语法
configure network management-port number
其中,
number
 是要配置的管理端口值。
示例
> configure network management-port 8500
static-routes ipv4 add
为指定的管理接口添加 IPv4 静态路由。
语法
configure network static-routes ipv4 add interface destination netmask gateway
其中 
interface
 是管理接口,
destination 
是目标 IP 地址,
netmask 
是网络掩码地址,
gateway 
您想要添加的网关地址。
示例
> configure network static-routes ipv4 add eth1 10.115.24.0 255.255.255.0 10.115.9.2
static-routes ipv4 delete
为指定的管理接口删除 IPv4 静态路由。
语法
configure network static-routes ipv4 delete interface destination netmask gateway
其中 
interface
 是管理接口,
destination 
是目标 IP 地址,
netmask 
是网络掩码地址,
gateway 
您想要删除的网关地址。
示例
> configure network static-routes ipv4 delete eth1 10.115.24.0 255.255.255.0 
10.115.9.2
static-routes ipv6 add
为指定的管理接口添加 IPv6 静态路由。
语法
configure network static-routes ipv6 add interface destination prefix gateway
其中 
interface
 是管理接口,
destination 
是目标 IP 地址,
prefix 
是 IPv6 前缀长度,
gateway 
您想要添加的网关地址。
示例
> configure network static-routes ipv6 add eth1 2001:DB8:3ffe:1900:4545:3:200: 
f8ff:fe21:67cf 64