Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I want to disallow my users from changing the DHCP server IP address stored in the IP Telephone instrument. I read in Cisco documentation that an user can type **# and then access the DHCP server IP address settings and change it as well. Is this pos...
Hi AllI would like to know if ISDN PRI and Channelised E1 are different from each other? If yes, how and when is ISDN PRI is used and when is Channelised E1 is used?Also what is Non-channelised E1 and when it is used?Thanks and regardsVijayendran Sri...
Hi AllCould you explain me the difference between Fast Switching, Process Switching and CEF?I did read Cisco IOS Swtching Path Overview document available on cisco.com. But could not understand.Thanks and regardsVijayendran Sridharan
Hi AllI have this below mentioned command configured on my 3640 router. Could you please let me know the explanation of this command? I am unable to find the explanation on cisco.com.logging queue-limit 100.Additional information: My network has the ...
Hi It is a 3640 router. And yes, as you say we could log uptimes of the router, but then I think that will show just the duration since the ladst reboot or powering up of the router. RgdsVijay
HiDo you mean to say that....the radio firmware takes care of the features required for RF communication.and the system firmware enables coniguring the AP and even configuring the AP's radio ports....And I could not understand this particular paragra...
Hithe logic behind Prefix-lists is as follows:Prefix-lists are executed in sequence.ip prefix-list blockSTP seq 95 deny 192.168.4.0/24 The value 24 at the end of the command is called "len", short for prefix-length.If there is no ge or le mentioned, ...
Hiip prefix-list blockSTP seq 99 permit 0.0.0.0/0 le 32 In the command above, what you have effectively done is, instructed the router to consider bit 0 to bit 32 as don't mind bits. That is how prefix-lists behave. Hence you have allowed all routing...