• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學習啦 > 學習電腦 > 網絡知識 > 路由器 > 路由器設置 > cisco思科 > cisco管理端設置

    cisco管理端設置

    時間: 春健736 分享

    cisco管理端設置

      網絡交換機的設置方法那是比較多的,要視具體情況而定,有不少網友不知道cisco 管理端怎么設置?下面學習啦小編為大家講解具體設置方法,供你參考!

      cisco 管理端設置命令

      R1的配置

      基本端口配置

      Router>en

      Router#conf t

      Enter configuration commands, one per line. End with CNTL/Z.

      Router(config)#int fa 0/0

      Router(config-if)#ip add 172.16.0.1 255.255.0.0

      Router(config-if)#no shut

      %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

      %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

      Router(config-if)#int fa 1/0

      Router(config-if)#ip add 100.0.0.1 255.255.255.252

      Router(config-if)#no shut

      %LINK-5-CHANGED: Interface FastEthernet1/0, changed state to down

      Router(config-if)#exit

      Router(config)#host

      Router(config)#hostname R1

      R1(config)#

      默認路由

      R1(config)#ip route 0.0.0.0 0.0.0.0 100.0.0.2

      NAT的配置

      R1(config)#acc 1 per172.16.10.0 0.0.0.255

      R1(config)#acc 1 deny 172.16.0.0 0.0.255.0

      R1(config)#ip nat pool xinbin 100.0.0.1 100.0.0.1 netmask 255.255.255.252

      R1(config)#ip nat inside source list 1 p

      R1(config)#ip nat inside source list 1 pool xinbin o

      R1(config)#ip nat inside source list 1 pool xinbin overload

      R1(config)#int fa 0/0

      R1(config-if)#ip nat inside

      R1(config-if)#int fa 1/0

      R1(config-if)#ip nat outside

      R1(config-if)#exit

      ACL的配置

      R1(config)#acc 110 per ip 172.16.10.0 0.0.0.255 10.10.33.0 0.0.0.255

      R1(config)#acc 110 deny ip 172.16.0.0 0.0.255.255 10.10.33.0 0.0.0.255

      R1(config-if)#acc 110 per ip any any

      R1(config)#int fa 0/0

      R1(config-if)#ip acc 110 in

      R1(config-if)#int fa 1/0

      R1(config-if)#ip acc 110 out

      的配置

      R1(config)#crypto isakmp p 1

      R1(config-isakmp)#cry

      R1(config-isakmp)#g 2

      R1(config-isakmp)#a p

      R1(config-isakmp)#exit

      R1(config)#cry

      R1(config)#crypto key xinbin add 200.0.0.1

      ^

      % Invalid input detected at '^' marker.

      R1(config)#cry

      R1(config)#crypto is

      R1(config)#crypto isakmp key xinbin add 200.0.0.1

      R1(config)#cry

      R1(config)#cry ip

      R1(config)#cry ipsec t

      R1(config)#cry ipsec transform-set ah-m

      R1(config)#cry ipsec transform-set ah-m

      R1(config)#cry ipsec transform-set ah-md

      R1(config)#cry ipsec transform-set tag ha

      R1(config)#cry ipsec transform-set tag ah-m

      R1(config)#cry ipsec transform-set tag ah-md5-hmac esp-des

      R1(config)#cry ipsec transform-set tag ah-md5-hmac esp-des

      R1(config)#access-list 10 per 172.16.10.0 0.0.0.255

      R1(config)#cry map demo 10 ipsec

      % NOTE: This new crypto map will remain disabled until a peer

      and a valid access list have been configured.

      R1(config-crypto-map)#set peer 200.0.0.1

      R1(config-crypto-map)#set transform-set tag

      R1(config-crypto-map)#match address 101

      R1(config-crypto-map)#exit

      R1(config)#int t 0

      %LINK-5-CHANGED: Interface Tunnel0, changed state to up

      R1(config-if)#ip add 192.168.1.1 255.255.255.0

      R1(config-if)#tunn s fa 1/0

      R1(config-if)#tun d 200.0.0.1

      R1(config-if)#exit

      R1(config)#

      R1(config)#int fa 0/0

      R1(config-if)#cry map demo

      *Jan 3 07:16:26.785: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is ON

      R1(config-if)#exit\

      ^

      % Invalid input detected at '^' marker.

      R1(config-if)#exit

      R1(config)#int fa 1/0

      R1(config-if)#cry map demo

      R1(config-if)#exit

      R1(config)#

      Router(config)#ip route 0.0.0.0 0.0.0.0 100.0.0.2

      Router(config)#ip route 10.10.33.0 255.255.255.0 192.168.1.2

      Router(config)#access-list 101 permit gre host 100.0.0.1 host 200.0.0.1

      R2的配置

      Router>en

      Router#conf t

      Enter configuration commands, one per line. End with CNTL/Z.

      Router(config)#hos R2

      R2(config)#int fa 4/0

      R2(config-if)#ip add 100.0.0.2 255.255.255.252

      R2(config-if)#no shut

      %LINK-5-CHANGED: Interface FastEthernet4/0, changed state to up

      %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet4/0, changed state to up

      R2(config)#int fa 5/0

      R2(config-if)#ip add 200.0.0.2 255.255.255.252

      R2(config-if)#no shut

      %LINK-5-CHANGED: Interface FastEthernet5/0, changed state to up

      %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet5/0, changed state to up

      R2(config-if)#

      配置默認路由

      R2(config)#ip route 172.16.0.0 255.255.0.0 100.0.0.1

      R2(config)#ip route 10.10.33.0 255.255.255.0 200.0.0.1

      R3的配置

      Router>en

      Router#conf t

      Enter configuration commands, one per line. End with CNTL/Z.

      Router(config)#hos R3

      R3(config)#int fa 0/0

      R3(config-if)#ip add 10.10.33.1 255.255.255.0

      R3(config-if)#no shut

      %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

      %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

      R3(config-if)#exit

      R3(config)#int fa 1/0

      R3(config-if)#ip add 200.0.0.1 255.255.255.252

      R3(config-if)#no shut

      %LINK-5-CHANGED: Interface FastEthernet1/0, changed state to down

      R3(config-if)#exit

      R3(config)#ip route 0.0.0.0 0.0.0.0 200.0.0.2

      R3(config)#

      的配置

      R3(config)#crypto isa policy 1

      R3(config-isakmp)#a p

      R3(config-isakmp)#g 2

      R3(config-isakmp)#exit

      R3(config)#crypto is

      R3(config)#crypto isakmp key xinbin address 100.0.0.1

      R3(config)#crypto ipsec t

      R3(config)#crypto ipsec transform-set tag ah-m

      R3(config)#crypto ipsec transform-set tag ah-md5-hmac esp-des

      R3(config)#access 10 per 10.10.33.0 0.0.0.255

      R3(config)#crypto map demo 10 ipsec

      % NOTE: This new crypto map will remain disabled until a peer

      and a valid access list have been configured.

      R3(config-crypto-map)#set pee 100.0.0.1

      R3(config-crypto-map)#set t

      R3(config-crypto-map)#set transform-set tag

      R3(config-crypto-map)#match add 101

      R3(config-crypto-map)#exit

      R3(config)#

      R3(config)#int t 0

      %LINK-5-CHANGED: Interface Tunnel0, changed state to up

      R3(config-if)#ip add 192.168.1.2 255.255.255.0

      R3(config-if)#tunn s fa 1/0

      R3(config-if)#tun d 100.0.0.1

      R3(config-if)#exit

      R3(config)#int fa 0/0

      R3(config-if)#cry map demo

      *Jan 3 07:16:26.785: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is ON

      R3(config-if)#exit

      R3(config)#int fa 1/0

      R3(config-if)#cry

      R3(config-if)#crypto ma

      R3(config-if)#crypto map demo

      R3(config-if)#

      Router(config)#ip route 0.0.0.0 0.0.0.0 200.0.0.2

      Router(config)#ip route 172.16.10..0 255.255.255.0 192.168.1.1

      Router(config)#access-list 101 permit gre host 200.0.0.1 host 100.0.0.1

      學習啦小編分享了cisco 管理端怎么設置的解決方法,希望大家喜歡。

    熱門文章

    566828 主站蜘蛛池模板: 国产免费牲交视频| 男人进去女人爽免费视频国产| 自拍偷自拍亚洲精品播放| 秋霞电影网一区二区三区| 波多野结衣一二三区| 欧美大香线蕉线伊人久久| 日本边添边摸边做边爱喷水 | 男人桶女人机完整视频| 欧美成视频在线观看| 日韩精品一卡二卡三卡四卡2021| 探花国产精品三级在线播放| 在线观看污污视频| 国产成人一区二区三区免费视频| 哦好大好涨拨出来bl| 亚洲欧美另类视频| 久久精品国产精品亚洲精品| 中文国产日韩欧美视频| 3d无遮挡h肉动漫在线播放| 青青草97国产精品免费观看| 男人的天堂网在线| 极品美女a∨片在线看| 成年人免费黄色| 国产精品天干天干| 国产又色又爽在线观看| 你是我的女人中文字幕高清| 亚洲av成本人无码网站| 一级毛片免费一级直接观看| 亚洲武侠欧美自拍校园| 精品日韩欧美一区二区在线播放| 欧美中日韩免费观看网站| 成人3d动漫网址在线观看| 国产精品久久久久9999| 动漫做羞羞的视频免费观看| 亚洲AV色香蕉一区二区三区蜜桃| 中文字幕亚洲日本岛国片| www.黄色在线| 猫咪免费人成网站地址| 最近中文字幕高清字幕在线视频| 小蝌蚪视频在线免费观看| 国产国语一级毛片| 亚洲欧洲精品成人久久曰|