• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

GIúp đỡ cấu hình cisco 867 VAE-K9

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GIúp đỡ cấu hình cisco 867 VAE-K9

    Công ty mình đang dùng con router 1841 nối với ISP viettel đang bị hỏng thì nó đổi cho con 867 VAE nhưng chưa cấu hình,mình thử cấu hình thì gặp phải 1 số vấn đề sau mong các bạn giải thích giúp.Trước tiên là cấu hình con 1841 cũ .

    hostname Cisco_R1841
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$Flwl$Sy64JS12u9vbU8Qx3rJHj/
    !
    no aaa new-model
    ip source-route
    !
    !
    ip dhcp excluded-address 192.168.91.1 192.168.91.50
    !
    ip dhcp pool Mang91
    network 192.168.91.0 255.255.255.0
    default-router 192.168.91.1
    dns-server 203.113.131.1
    !
    !
    ip cef
    multilink bundle-name authenticated
    !
    !
    license udi pid CISCO1841 sn FHK143873XD
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    description UPLINK_VIETTEL
    ip address 203.113.164.134 255.255.255.252
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    description LAN_KHACH_HANG
    ip address 192.168.91.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    speed auto
    full-duplex
    !
    interface FastEthernet0/0/0
    switchport access vlan 10
    !
    interface FastEthernet0/0/1
    switchport access vlan 10
    !
    interface FastEthernet0/0/2
    switchport access vlan 10
    !
    interface FastEthernet0/0/3
    switchport access vlan 10
    !
    interface Vlan1
    no ip address
    !
    interface Vlan10
    description GATEWAY-SERVER
    ip address 203.113.166.125 255.255.255.248
    ip virtual-reassembly
    !
    ip forward-protocol nd
    !
    !
    ip http server
    ip nat inside source list 1 interface FastEthernet0/0 overload

    ip route 0.0.0.0 0.0.0.0 203.113.164.133

    ip route 192.168.91.0 255.255.255.0 FastEthernet0/1
    !
    access-list 1 permit 192.168.91.0 0.0.0.255

    !
    !
    control-plane
    !
    !
    line con 0
    password 7 1405061B0D517F3C743A37
    logging synchronous
    login
    line aux 0
    line vty 0 4
    password 7 03164F1B075A745B1E1B1D
    logging synchronous
    login
    !
    scheduler allocate 20000 1000
    end

    MÌnh cấu hình con Router 867 VAE thì trên cổng không cho đặt ip trực tiếp phải tạo vlan,mình tạo vlan 91 như cũ cho,tạo dhcp như router cũ rồi cho cổng F0 vào vlan 91,cắm dây mạng vào thì nó nhận ip 192.168.91.51 nhưng telnet vào thì không được dù đã cho phép telnet trên router và các cổng kia telnet vao 10.10.10.1(vlan1 mặc định của nhà SX).MÌnh show ip int br thì chỉ thấy vlan 1 up còn vlan 91 và vlan 10 mình tạo ra theo đề bài trên đều down,vô interface vlan chọn no shutdown thì nó báo không được.Bạn nào đã làm việc với con router 867VAE-K9 giúp mình với.

    Thanks all,

  • #2
    Bạn vào vlan91 cấu hình ip sau đó switch port nhé

    Comment

    Working...
    X