博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
思科ASR防火墙实操手册
阅读量:4230 次
发布时间:2019-05-26

本文共 818 字,大约阅读时间需要 2 分钟。

1、防火墙看有什么策略组

# show running-config | include acl---------------# group name acl_out_to_in

2、查哪个策略组是否有某个ip,如10.21.22.23

# show running-config | include 10.21.22.23---------------# permit tcp object-group XXX host 10.21.22.23 eq www      #  注www为443端口# permit tcp object-group XXX host 10.21.22.23 eq 80

3、查这个策略组有什么限制了什么ip

show object-group name XXX

4、怎么创建或者删除策略组

5、怎么往这个策略组加地址

# object-group network xxxx      # 进入策略组   # do show object-G	name xxx  # 显示这个策略组所有ip   # host 12.2.2.3(内网要加掩码)   # 查看是否加入成功   # do show object-G name xxx | include 12.2.2.3

6、查看涉及的公网防火墙策略

例公网ip 为183.203.12.23

# show running-config | include 183.203.12.23-------------------# ip nat inside source static tcp 10.208.215.3 80 183.203.12.23 56 redundancy 1 mapping-id 28 extendable

不要问为什么我开始搞网络

因为我进了运营商
不能撸码
也不能看报喝茶
没有大长腿 也没有周六日
每月只发三千五
每天被问通不通

转载地址:http://qliqi.baihongyu.com/

你可能感兴趣的文章
ASP.NET 2.0 Demystified
查看>>
Pattern-Oriented Software Architecture, Volume 2, Patterns for Concurrent and Networked Objects
查看>>
Pattern-Oriented Software Architecture, Volume 1: A System of Patterns
查看>>
Database Programming with Visual Basic® .NET and ADO.NET: Tips, Tutorials, and Code
查看>>
ISO 9001: 2000 For Small Businesses
查看>>
Microsoft Visual Studio 2005 Unleashed
查看>>
Windows Server 2003 Security Infrastructures: Core Security Features
查看>>
Configuring ISA Server 2000
查看>>
Microsoft Money 2006 For Dummies
查看>>
Vision with Direction: A Systematic Introduction to Image Processing and Computer Vision
查看>>
Oracle Internals: Tips, Tricks, and Techniques for DBAs
查看>>
Programming Wcf Services
查看>>
AppleScript: The Comprehensive Guide to Scripting and Automation on Mac OS X, Second Edition
查看>>
Pro Open Source Mail: Building an Enterprise Mail Solution
查看>>
Visual SourceSafe 2005 Software Configuration Management in Practice
查看>>
Beginning EJB 3 Application Development: From Novice to Professional
查看>>
Breakthrough Windows Vista(TM): Find Your Favorite Features and Discover the Possibilities
查看>>
Windows Powershell in Action
查看>>
Functional And Object Oriented Analysis And Design: An Integrated Methodology
查看>>
Using Samba
查看>>