华为路由器典型配置

来源:互联网 发布:java前端是什么 编辑:程序博客网 时间:2024/04/28 02:08

[router]dis cur
  Now create configuration...
  Current configuration
  !
    version 1.74
    local-user username service-type administrator password cipher 98_8S,&Ta4_-JE
XJQ<%DJQ!!
    sysname router
    firewall enable
    aaa-enable
    aaa accounting-scheme optional
  !
  acl 1 match-order auto
    rule normal permit source 192.168.1.0 0.0.0.255
  !
  acl 100 match-order auto
    rule normal deny udp source any destination any destination-port equal tftp
    rule normal deny tcp source any destination any destination-port equal 135
    rule normal deny icmp source any destination any
    rule normal deny udp source any destination any destination-port equal 135
    rule normal deny udp source any destination any destination-port equal netbi
os-ssn
    rule normal deny tcp source any destination any destination-port equal 139
    rule normal deny tcp source any destination any destination-port equal 445
    rule normal deny udp source any destination any destination-port equal 445
  !
  acl 101 match-order auto
    rule normal deny tcp source any destination any destination-port equal 135
    rule normal deny tcp source any destination any destination-port equal 445
    rule normal deny udp source any destination any destination-port equal 445
    rule normal deny udp source any destination any destination-port equal 135
  !
  acl 102 match-order auto
    rule normal deny tcp source any source-port range 6881 6889 destination any
    rule normal deny udp source any source-port range 6881 6889 destination any
  !
  interface Aux0
    async mode flow
    link-protocol ppp
  !
  interface Ethernet0
    ip address 192.168.1.254 255.255.255.0
    firewall packet-filter 102 inbound
    firewall packet-filter 101 inbound
    firewall packet-filter 100 inbound
    firewall packet-filter 102 outbound
    firewall packet-filter 101 outbound
    firewall packet-filter 100 outbound
  !
  interface Ethernet1
    ip address 218.X.X.X 255.255.255.X
    nat outbound 1 interface
    firewall packet-filter 102 inbound
    firewall packet-filter 101 inbound
    firewall packet-filter 100 inbound
    firewall packet-filter 102 outbound
    firewall packet-filter 101 outbound
    firewall packet-filter 100 outbound
  !
  interface Serial0
    link-protocol ppp
  !
  interface Serial1
    link-protocol ppp
  !
  quit
  ip route-static 0.0.0.0 0.0.0.0 218.X.X.X preference 60
  !
  return  

原创粉丝点击