Mình đang cần giả lập một con switch trong gns3. Theo mọi người chỉ thì add thêm 1 slot NM-16ESW để mô phỏng Switch. Nhưng mà phải cấu hình trong vlan database.
Mình muốn cấu hình trong mode (config) để cấu hình thêm 1 số chức năng như (vtp, access-list....)thì lại không được. Có một số bài đã nói vụ này nhưng mình đã làm rất nhiều IOS vẫn không được.
Đây là config chỉ hổ trợ 2 lệnh:
R4(config)#vtp ?
file Configure IFS filesystem file where VTP configuration is stored.
if-id Configure interface as the preferred source for the VTP IP updater
address.
Còn đây là sh run:
Current configuration : 1259 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp if-id sadas
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
no ip address
!
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
IOS mình sử dụng là : c3725-adventerprisek9-mz.124-15.T5.image
Mong mọi người giúp đỡ giùm!
Cảm ơn mọi người nhiều!
Mình muốn cấu hình trong mode (config) để cấu hình thêm 1 số chức năng như (vtp, access-list....)thì lại không được. Có một số bài đã nói vụ này nhưng mình đã làm rất nhiều IOS vẫn không được.
Đây là config chỉ hổ trợ 2 lệnh:
R4(config)#vtp ?
file Configure IFS filesystem file where VTP configuration is stored.
if-id Configure interface as the preferred source for the VTP IP updater
address.
Còn đây là sh run:
Current configuration : 1259 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
vtp if-id sadas
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
!
interface Vlan1
no ip address
!
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
IOS mình sử dụng là : c3725-adventerprisek9-mz.124-15.T5.image
Mong mọi người giúp đỡ giùm!
Cảm ơn mọi người nhiều!
Comment