cisco#show run Building configuration... Current configuration : 2101 bytes ! version 12.4 service timestamps debug datetimemsec service timestamps log datetime msec no servicepassword-encryption ! hostname cisco ! boot-start-marker boot-end-marker ! enable secret 5 $1$EuCA$4O0qZwyDxZuy4VkN/hQG/. ! no aaa new-model ! resource policy ) ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 192.168.1.97 192.168.1.99 ip dhcp excluded-address 192.168.1.151192.168.1.255 ! ip dhcp pool apro network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 219.150.32.132 lease 10 ! ! No ip domain lookup ! !
!
! interface FastEthernet0/0 ip address 221.239.121.210 255.255.255.248 //电信给的IP和子网掩码 duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.1.201 255.255.255.0 speed auto full-duplex ! ip classless ip route 0.0.0.0 0.0.0.0 221.239.121.209 //电信给的网关 ! No ip http server ! ! Line con 0 Line aux 0 Line vty 0 4 Password cisco Login ! End Write memory
大家看下为什么这么配置连不上网络!谢谢!!!
|