某地稅局項目備忘

1
 
大致拓撲圖如上圖所示。
【設備清單】
路由器*1
三層交換機*1
二層交換機*2
PC機*50
自治型無線路由器*9
筆記本若干
【需求】全網互通  
【大致重要配置】
路由器

access-list 1 permit any

interface FastEthernet 0/0                連接內網
ip nat inside
no ip proxy-arp
ip address 192.168.10.1 255.255.255.0
arp trust-monitor enable
!
interface FastEthernet 1/0                連接外網
ip nat outside
ip address 222.222.222.222 255.255.255.248
no arp trust-monitor enable
duplex auto
speed auto
!        
ip nat inside source list 1 interface FastEthernet 1/0 overload
!
ip route 0.0.0.0 0.0.0.0 222.222.222.221               默認路由去外網網關
ip route 192.168.0.0 255.255.0.0 192.168.10.2      靜態路由器與三層設備互通
 
三層交換機

vlan 10
name 10
!
!
interface FastEthernet 0/1
poe enable                                      開啓PoE功能
switchport access vlan 10
!
interface GigabitEthernet 0/26
no switchport
no ip proxy-arp
ip address 192.168.10.2 255.255.255.0           開啓三層接口與路由器相連接
!
interface VLAN 10
no ip proxy-arp
ip address 192.168.1.254 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.10.1           默認路由器去路由器內網接口
自治無線設備
辦公樓一共4層 ,規劃每層安放3個。因爲是雙頻,需提前規劃頻段。如下所示
1-6                11-6            1-11
1-11              1-6              11-6
11-6              1-11            1-6
 
P720管理地址爲https://192.168.2.2/a.rg
需要設置IP、網關、DHCP server、WEP等。
完全調試完畢後逐一測試正常。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章