溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

JuniperSRX 基本初始配置步驟(Security Policy 2)

發(fā)布時(shí)間:2020-08-02 06:23:53 來源:網(wǎng)絡(luò) 閱讀:1084 作者:terence88 欄目:網(wǎng)絡(luò)安全

1) 接口

set interfaces ge-0/0/0.0 family inet address x.x.x.x/24

set interfaces ge-0/0/1.0 family inet address x.x.x.x/24


#show interfaces

#run show int terse


2) 安全區(qū)域(中把接口加入到各安全區(qū)域)


set security zones security-zone Outside/Inside 或 untrust/trust interface ge-0/0/0.0


#show security zones


3) 安全策略-zone間策略(由內(nèi)到外流量-全部permit;由外到內(nèi)流量-全部deny)

set security policies from-zone Inside to-zone Outside policy [Policy-Name]Default-Permit

    match source-address any

    match destination-address any

    match application any

    then permit

 

4) 安全區(qū)域的(各個(gè)安全區(qū)域的)addressbook  

//針對(duì)match source-address\destination-address any

set security zones security-zone Outside address-book address [Address-Name]  x.x.x.x/32

set security zones security-zone Inside address-book address [Address-Name] x.x.x.x/32

 

5) 配置應(yīng)用applications   application 或 applications application-set  

//針對(duì) match application any

set application  [Application-Name]    //show applications

 

set applications apolication [TCP-3032] protocol tcp destination-port 3032 

set applications application-set [APP-SET1] application TCP-3032

 

show security flow session ?

_______________________________________________________________________________ 

6) count

edit security poicies from-zone Inside to-zone Outside policy Default-Permit

    set match source-address Inside-Network

    set match destination-address SP-Routers

    set match application any

    set then permit

    set then count

    set then log session-init session-close

 

set system syslog file [Traffic-Log] any(facility) any(level嚴(yán)重級(jí)別)

set system syslog file [Traffice-log] match "RT_FLOW_SESSION"

 

>show security policies policy-name [Default-Permit] detail

 

>show system syslog

>show log [Traffice-Log]

 

7) monitor

#set system syslog file Monitor-Traffic-Log any any

#set system syslog file Monitor-Traffic-Log match "10.1.1.1"

#show system syslog

>monitor start Monitor-Traffic-Log

>monitor stop

 

8) security flow traceoptions //Juniper的debug

9) Policy Schedulers //時(shí)間訪問控制列表

10) Web-Authen

11) Pass-Through

 

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI