NUAA网络安全实践配置命令总结

交换机

vlan 10
port e1/0/1   可以有多个端口
int vlan-interface 10
ip address 142.16.1.1 24
qu
vlan 20
port e1/0/2
int vlan-interface 20
ip address 142.16.2.1 24
qu
ospf 1
area 0
network 142.16.1.1 0.0.0.255
network 142.16.2.1 0.0.0.255
qu
interface loopback0
ip address xxx.xx.xx.x 24
qu
route id xxx.xx.xx.x
ospf路由:两个子网网关加上loopback的网关
terface e1/0/1 // 进入接口
port link-type access//接口配置为access模式
port access vlan 10//把接口加入vlan10
interface e1/0/3
port link-type trunk  //接口配置设置为trunk模式
port trunk permit vlan 10 20//配置trunk干道允许通过vlan10 20
port trunk pvid vlan 10  //trunk接收到未标记帧将其转发到vlan 10 端口

路由器

int g0/0
ip address 142.16.1.2 24
qu
int g0/1
ip address 142.16.3.1 24
qu
ospf 1
area 0
network 142.16.1.2 0.0.0.255
network 142.16.3.1 0.0.0.255
qu
进入端口int g0/0, 使用undo shutdown命令打开端口。

包过滤

acl number 2000
rule deny source 192.168.1.2 0
qu
interface g0/0
packet-filter 2000 inbound//在端口应用acl
undo packet-filter 2000 inbound//不应用
undo acl number 2000 //去除规则2000
acl name denyping advanced
rule deny icmp icmp-type echo source 10.100.1.122 0 destination 10.110.34.125 0
rule deny icmp icmp-type echo-reply source 10.100.1.122 0 destination 10.110.34.125 0//禁止ICMP的ECHO和ECHO-REPLY报文
packet-filter ip-group denyping //激活acl
display denying acl runtime all //显示ACL运行信息
rule deny ingress interface e0/9 egress any //禁止从e0/9接口来的数据流
rule deny ingress 2 egress any //禁止从valn2来的数据流
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值