• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

F1000-710配置

2023-02-13提问
  • 0关注
  • 0收藏,485浏览
粉丝:0人 关注:0人

问题描述:

现通过F1000-710访问外网,外网有两条:接口4访问internet,已成功配置,内网电脑可上网。接口5通过固定IP连通上级监控专线,与接口4的配置原理相同,上级一直看不到监控有适时画面。

是下面通过三层核心交换机接终端,划分不同VLAN,监控为VLAN60.

导出配置如下,请大神予以指导。

#

 version 7.1.064, Ess 9536P2415

#

 sysname lblx

#

 irf mac-address persistent timer

 irf auto-update enable

 undo irf link-delay

 irf member 1 priority 1

#

nat address-group 100

 address AAA.AA.AAA.AAA AAA.AA.AAA.AAA(公网IP)

#

 dhcp enable

#

 dns server 114.114.114.114

 dns server 8.8.8.8

#

 password-recovery enable

#

vlan 1

#

object-group ip address Jiankong_IP(监控VLAN60

 0 network subnet 192.168.60.0 255.255.255.0

#

object-group ip address jyj_IP

 0 network subnet 10.0.0.0 255.0.0.0

#

object-group ip address 内网

 0 network subnet 0.0.0.0 0.0.0.0

#

object-group ip address 外网

 0 network subnet 0.0.0.0 0.0.0.0

#

dhcp server ip-pool GuideSecDHCPPool

 gateway-list 10.100.0.254

 network 10.100.0.0 mask 255.255.255.0

 dns-list 202.102.224.68 202.102.227.68

#

policy-based-route jyzw permit node 10

 if-match acl 3000

 apply next-hop 10.10.75.1 direct

#

controller Cellular1/0/0

#

interface NULL0

#

interface GigabitEthernet1/0/0

 port link-mode route

 combo enable copper

 ip address 192.168.0.1 255.255.255.0

#

interface GigabitEthernet1/0/1

 port link-mode route

 combo enable fiber

#

interface GigabitEthernet1/0/2

 port link-mode route

 ip address 192.168.1.1 255.255.255.0

#

interface GigabitEthernet1/0/3

 port link-mode route

#

interface GigabitEthernet1/0/4(访问internet)

 port link-mode route

 description GuideWan Interface

 bandwidth 100000000

 ip address AAA.AA.AAA.AAA 255.255.255.252

 dns server 202.102.224.68

 dns server 202.102.227.68

 nat outbound description GuideNat

 gateway BBB.BB.BBB.BBB

#

interface GigabitEthernet1/0/5(上级监控专线)

 port link-mode route

 ip address 10.10.75.3 255.255.255.0

 gateway 10.10.75.1

#

interface GigabitEthernet1/0/6

 port link-mode route

#

interface GigabitEthernet1/0/7

 port link-mode route

#

interface GigabitEthernet1/0/8

 port link-mode route

 description GuideLan Interface

 ip address 10.100.0.254 255.255.255.0

 connection-limit apply policy 1

 ip policy-based-route jyzw

#

interface GigabitEthernet1/0/9

 port link-mode route

#

interface GigabitEthernet1/0/10

 port link-mode route

#

interface GigabitEthernet1/0/11

 port link-mode route

#

security-zone name Local

#

security-zone name Trust

 import interface GigabitEthernet1/0/8

 attack-defense apply policy 1

#

security-zone name DMZ

#

security-zone name Untrust

 import interface GigabitEthernet1/0/4

 import interface GigabitEthernet1/0/5

#

security-zone name Management

 import interface GigabitEthernet1/0/0

 import interface GigabitEthernet1/0/2

#

 scheduler logfile size 16

#

line class aux

 user-role network-operator

#

line class console

 authentication-mode scheme

 user-role network-admin

#

line class vty

 user-role network-operator

#

line aux 0

 user-role network-admin

#

line con 0

 user-role network-admin

#

line vty 0 63

 authentication-mode scheme

 user-role network-admin

#

 ip route-static 0.0.0.0 0 BBB.BB.BBB.BBB

 ip route-static 10.0.0.0 8 10.10.75.1

 ip route-static 192.168.0.0 16 10.100.0.1

#

 snmp-agent

 snmp-agent local-engineid

 snmp-agent sys-info contact

 snmp-agent sys-info version v3

#

 ssh server enable

#

 arp ip-conflict log prompt

#

acl basic 2000

 rule 0 permit source object-group Jiankong_IP

#

acl basic 2100

 description 限制连接

 rule 0 permit source 0.0.0.0 255.255.0.0

#

acl advanced 3000

 rule 0 permit ip source object-group Jiankong_IP destination object-group jyj_IP

#

domain system

#

 domain default enable system

#

role name level-0

 description Predefined level-0 role

#

role name level-1

 description Predefined level-1 role

#

role name level-2

 description Predefined level-2 role

#

role name level-3

 description Predefined level-3 role

#

role name level-4

 description Predefined level-4 role

#

role name level-5

 description Predefined level-5 role

#

role name level-6

 description Predefined level-6 role

#

role name level-7

 description Predefined level-7 role

#

role name level-8

 description Predefined level-8 role

#

role name level-9

 description Predefined level-9 role

#

role name level-10

 description Predefined level-10 role

#

role name level-11

 description Predefined level-11 role

#

role name level-12

 description Predefined level-12 role

#

role name level-13

 description Predefined level-13 role

#

role name level-14

 description Predefined level-14 role

#

user-group system

#

local-user admin class manage

 password hash

 authorization-attribute user-role level-3

 authorization-attribute user-role network-admin

 authorization-attribute user-role network-operator

#

connection-limit policy 1

 limit 10 acl 2100 per-source amount 500 450 rate 100 

#

 ipsec logging negotiation enable

#

nat policy

 rule name PAT

  outbound-interface GigabitEthernet1/0/4

  action address-group 100

#

 ike logging negotiation enable

#

 ip https enable

#

attack-defense policy 1

 scan detect level low action drop logging

#

inspect block-source parameter-profile ips_block_default_parameter

#

inspect block-source parameter-profile url_block_default_parameter

#

inspect capture parameter-profile ips_capture_default_parameter

#

inspect logging parameter-profile url_logging_default_parameter

#

inspect redirect parameter-profile av_redirect_default_parameter

#

inspect redirect parameter-profile ips_redirect_default_parameter

#

inspect redirect parameter-profile url_redirect_default_parameter

#

 loadbalance isp file flash:/lbispinfo_v1.5.tp

#

traffic-policy

 rule 1 name GuideAVCPolicy

  action qos profile guideavcprofile1

  source-zone Trust

  destination-zone DMZ

  destination-zone Untrust

 profile name guideavcprofile1

  bandwidth downstream guaranteed 100000000

  bandwidth downstream maximum 100000000

#

security-policy ip

 rule 0 name GuideSecPolicy

  action pass

  source-zone Trust

  source-zone Local

  destination-zone Untrust

  destination-zone DMZ

  destination-zone Local

  destination-zone Trust

 rule 1 name trust-Untrust

  action pass

  source-zone Trust

  destination-zone Untrust

 rule 2 name untrust-trust

  action pass

  source-zone Untrust

  destination-zone Trust

#

 cloud-management server domain opstunnel-seccloud.h3c.com

#

return

组网及组网描述:


最佳答案

粉丝:135人 关注:8人

先试试网络通不通

网络通着呢,专线的光猫指示灯正常,F1000-710 5接口灯亮正常

桃林糊涂仙 发表时间:2023-02-13

直接访问监控的web能打开么

zhiliao_sEUyB 发表时间:2023-02-13
0 个回答

该问题暂时没有网友解答

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明